#EA17CA

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

Shades of Shocking Pink #EA17CA

Tints of Shocking Pink #EA17CA

Color information

#EA17CA (or 0xEA17CA) is unknown color: approx Shocking Pink. HEX triplet: EA, 17 and CA. RGB value is (234,23,202). Sum of RGB (Red+Green+Blue) = 234+23+202=459 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.98% from 459); Green value is 23 (9.38% from 255 or 5.01% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17CA is #15E835. Grayscale: #696969. Windows color (decimal): -1435702 or 13244394. OLE color: 13244394.

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

Color convert

RGB23423202-
CMYK00.900.140.08
HSL309.1º83.4%50.39%-
HSV(B)309.1º90.17%91.76%-
XYZ44.922.3757.83-
YUV106.5181.9218.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.98%
GREEN value IS 23 (9.38% from 255) = 5.01%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=50.98%
G=5.01%
B=44.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342320200.900.140.08309.183.450.39
HexEA17CA05AE81355332
Octal352273120132161046512362
Binary11101010101111100101001011010111010001001101011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA17CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA17CA; }

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

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

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

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

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

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

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

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