#EA14CA

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

Shades of Shocking Pink #EA14CA

Tints of Shocking Pink #EA14CA

Color information

#EA14CA (or 0xEA14CA) is unknown color: approx Shocking Pink. HEX triplet: EA, 14 and CA. RGB value is (234,20,202). Sum of RGB (Red+Green+Blue) = 234+20+202=456 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.32% from 456); Green value is 20 (8.20% from 255 or 4.39% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA14CA is #15EB35. Grayscale: #686868. Windows color (decimal): -1436470 or 13243626. OLE color: 13243626.

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

Color convert

RGB23420202-
CMYK00.910.140.08
HSL308.97º84.25%49.8%-
HSV(B)308.97º91.45%91.76%-
XYZ44.8422.2657.81-
YUV104.73182.9220.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.32%
GREEN value IS 20 (8.20% from 255) = 4.39%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=51.32%
G=4.39%
B=44.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342020200.910.140.08308.9784.2549.8
HexEA14CA05BE81355432
Octal352243120133161046512462
Binary11101010101001100101001011011111010001001101011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA14CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA14CA; }

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

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

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

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

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

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

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

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