#EA17D6

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

Shades of Shocking Pink #EA17D6

Tints of Shocking Pink #EA17D6

Color information

#EA17D6 (or 0xEA17D6) is unknown color: approx Shocking Pink. HEX triplet: EA, 17 and D6. RGB value is (234,23,214). Sum of RGB (Red+Green+Blue) = 234+23+214=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 23 (9.38% from 255 or 4.88% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17D6 is #15E829. Grayscale: #6B6B6B. Windows color (decimal): -1435690 or 14030826. OLE color: 14030826.

HSL color Cylindrical-coordinate representation of color #EA17D6: hue angle of 305.69º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17D6 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB23423214-
CMYK00.900.090.08
HSL305.69º83.4%50.39%-
HSV(B)305.69º90.17%91.76%-
XYZ46.3822.9665.61-
YUV107.86187.9217.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 23 (9.38% from 255) = 4.88%
BLUE value IS 214 (83.98% from 255) = 45.44%
R=49.68%
G=4.88%
B=45.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342321400.900.090.08305.6983.450.39
HexEA17D605A981325332
Octal352273260132111046212362
Binary11101010101111101011001011010100110001001100101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA17D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA17D6; }

 p { color: rgb(234,23,214); }

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

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

 a { background-color: rgb(234,23,214); }

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

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

 span { border-color: rgb(234,23,214); }

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