#EA17D4

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

Shades of Shocking Pink #EA17D4

Tints of Shocking Pink #EA17D4

Color information

#EA17D4 (or 0xEA17D4) is unknown color: approx Shocking Pink. HEX triplet: EA, 17 and D4. RGB value is (234,23,212). Sum of RGB (Red+Green+Blue) = 234+23+212=469 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.89% from 469); Green value is 23 (9.38% from 255 or 4.90% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17D4 is #15E82B. Grayscale: #6B6B6B. Windows color (decimal): -1435692 or 13899754. OLE color: 13899754.

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

Color convert

RGB23423212-
CMYK00.900.090.08
HSL306.26º83.4%50.39%-
HSV(B)306.26º90.17%91.76%-
XYZ46.1222.8664.27-
YUV107.64186.9218.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.89%
GREEN value IS 23 (9.38% from 255) = 4.90%
BLUE value IS 212 (83.20% from 255) = 45.20%
R=49.89%
G=4.90%
B=45.20%

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
Decimal2342321200.900.090.08306.2683.450.39
HexEA17D405A981325332
Octal352273240132111046212362
Binary11101010101111101010001011010100110001001100101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA17D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA17D4; }

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

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

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

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

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

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

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

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