#EA14C7

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

Shades of Shocking Pink #EA14C7

Tints of Shocking Pink #EA14C7

Color information

#EA14C7 (or 0xEA14C7) is unknown color: approx Shocking Pink. HEX triplet: EA, 14 and C7. RGB value is (234,20,199). Sum of RGB (Red+Green+Blue) = 234+20+199=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 199 (78.12% from 255 or 43.93% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA14C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA14C7 is #15EB38. Grayscale: #676767. Windows color (decimal): -1436473 or 13047018. OLE color: 13047018.

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

Color convert

RGB23420199-
CMYK00.910.150.08
HSL309.81º84.25%49.8%-
HSV(B)309.81º91.45%91.76%-
XYZ44.4922.1255.96-
YUV104.39181.4220.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 20 (8.20% from 255) = 4.42%
BLUE value IS 199 (78.12% from 255) = 43.93%
R=51.66%
G=4.42%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342019900.910.150.08309.8184.2549.8
HexEA14C705BF81365432
Octal352243070133171046612462
Binary11101010101001100011101011011111110001001101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA14C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA14C7; }

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

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

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

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

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

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

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

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