#E870C7

Color #E870C7 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #E870C7

Tints of Neon Pink #E870C7

Color information

#E870C7 (or 0xE870C7) is unknown color: approx Neon Pink. HEX triplet: E8, 70 and C7. RGB value is (232,112,199). Sum of RGB (Red+Green+Blue) = 232+112+199=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E870C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E870C7 is #178F38. Grayscale: #9D9D9D. Windows color (decimal): -1543993 or 13070568. OLE color: 13070568.

HSL color Cylindrical-coordinate representation of color #E870C7: hue angle of 316.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E870C7 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB232112199-
CMYK00.520.140.09
HSL316.5º72.29%67.45%-
HSV(B)316.5º51.72%90.98%-
XYZ49.3832.8757.77-
YUV157.8151.26180.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 232 (91.02% from 255) = 42.73%
GREEN value IS 112 (44.14% from 255) = 20.63%
BLUE value IS 199 (78.12% from 255) = 36.65%
R=42.73%
G=20.63%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211219900.520.140.09316.572.2967.45
HexE870C7034E913c4843
Octal3501603070641611474110103
Binary1110100011100001100011101101001110100110011110010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E870C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E870C7; }

 p { color: rgb(232,112,199); }

 H1.HeaderClassName
 {
   color: #E870C7;
 }
 .AnyTagClassName
 {
   color: #E870C7;
 }
</style>
background-color css

<style>
 a { background-color: #E870C7; }

 a { background-color: rgb(232,112,199); }

 div.DivClassName
 {
   background-color: #E870C7;
 }
 .BgClassName
 {
   background-color: #E870C7;
 }
</style>
border-color css

<style>
 span { border-color: #E870C7; }

 span { border-color: rgb(232,112,199); }

 td.TdClassName
 {
   border-color: #E870C7;
 }
 .TagClassName
 {
   border-color: #E870C7;
 }
</style>