#EA0CC8

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

Shades of Shocking Pink #EA0CC8

Tints of Shocking Pink #EA0CC8

Color information

#EA0CC8 (or 0xEA0CC8) is unknown color: approx Shocking Pink. HEX triplet: EA, 0C and C8. RGB value is (234,12,200). Sum of RGB (Red+Green+Blue) = 234+12+200=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CC8 is #15F337. Grayscale: #636363. Windows color (decimal): -1438520 or 13110506. OLE color: 13110506.

HSL color Cylindrical-coordinate representation of color #EA0CC8: hue angle of 309.19º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0CC8 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB23412200-
CMYK00.950.150.08
HSL309.19º90.24%48.24%-
HSV(B)309.19º94.87%91.76%-
XYZ44.4921.9356.53-
YUV99.81184.55223.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 52.47%
GREEN value IS 12 (5.08% from 255) = 2.69%
BLUE value IS 200 (78.52% from 255) = 44.84%
R=52.47%
G=2.69%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341220000.950.150.08309.1990.2448.24
HexEACC805FF81355a30
Octal352143100137171046513260
Binary1110101011001100100001011111111110001001101011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0CC8; }

 p { color: rgb(234,12,200); }

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

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

 a { background-color: rgb(234,12,200); }

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

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

 span { border-color: rgb(234,12,200); }

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