#EA17D8

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

Shades of Shocking Pink #EA17D8

Tints of Shocking Pink #EA17D8

Color information

#EA17D8 (or 0xEA17D8) is unknown color: approx Shocking Pink. HEX triplet: EA, 17 and D8. RGB value is (234,23,216). Sum of RGB (Red+Green+Blue) = 234+23+216=473 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.47% from 473); Green value is 23 (9.38% from 255 or 4.86% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17D8 is #15E827. Grayscale: #6B6B6B. Windows color (decimal): -1435688 or 14161898. OLE color: 14161898.

HSL color Cylindrical-coordinate representation of color #EA17D8: hue angle of 305.12º 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 #EA17D8 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB23423216-
CMYK00.900.080.08
HSL305.12º83.4%50.39%-
HSV(B)305.12º90.17%91.76%-
XYZ46.6323.0666.96-
YUV108.09188.9217.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.47%
GREEN value IS 23 (9.38% from 255) = 4.86%
BLUE value IS 216 (84.77% from 255) = 45.67%
R=49.47%
G=4.86%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342321600.900.080.08305.1283.450.39
HexEA17D805A881315332
Octal352273300132101046112362
Binary11101010101111101100001011010100010001001100011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA17D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA17D8; }

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

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

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

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

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

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

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

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