#EA15CE

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

Shades of Shocking Pink #EA15CE

Tints of Shocking Pink #EA15CE

Color information

#EA15CE (or 0xEA15CE) is unknown color: approx Shocking Pink. HEX triplet: EA, 15 and CE. RGB value is (234,21,206). Sum of RGB (Red+Green+Blue) = 234+21+206=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA15CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA15CE is #15EA31. Grayscale: #696969. Windows color (decimal): -1436210 or 13506026. OLE color: 13506026.

HSL color Cylindrical-coordinate representation of color #EA15CE: hue angle of 307.89º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA15CE is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB23421206-
CMYK00.910.120.08
HSL307.89º83.53%50%-
HSV(B)307.89º91.03%91.76%-
XYZ45.3422.4860.34-
YUV105.78184.57219.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.76%
GREEN value IS 21 (8.59% from 255) = 4.56%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=50.76%
G=4.56%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342120600.910.120.08307.8983.5350
HexEA15CE05BC81345432
Octal352253160133141046412462
Binary11101010101011100111001011011110010001001101001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA15CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA15CE; }

 p { color: rgb(234,21,206); }

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

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

 a { background-color: rgb(234,21,206); }

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

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

 span { border-color: rgb(234,21,206); }

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