Html Css Color HEX #EA0CC4 Shocking Pink

📋 copy color: '#EA0CC4'

red 234 ◦ green 12 ◦ blue 196

#EA0CC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #EA0CC4

Tints of Shocking Pink #EA0CC4

RGB

 RED value IS 234 (91.8% from 255) = 52.94%

 GREEN value IS 12 (5.08% from 255) = 2.71%

 BLUE value IS 196 (76.95% from 255) = 44.34%

R = 52.94%
G = 2.71%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA0CC4 (or 0xEA0CC4) is known color: Shocking Pink. HEX triplet: EA, 0C and C4. RGB value is (234,12,196). Sum of RGB (Red+Green+Blue) = 234+12+196=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CC4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CC4 is #15F33B. Grayscale: #626262. Windows color (decimal): -1438524 or 12848362. OLE color: 12848362.

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

Color convert

RGB 234 12 196 -
CMYK 0 0.95 0.16 0.08
HSL 310.27º 0.9% 0.48% -
HSV(B) 310.27º 0.95% 0.92% -
XYZ 44.03 21.74 54.1 -
YUV 99.35 182.55 224.04 -
System Red Green Blue C M Y K H S L
Decimal 234 12 196 0 0.95 0.16 0.08 310.27 0.9 0.48
Hex EA C C4 0 5F 10 8 136 5A 30
Octal 352 14 304 0 137 20 10 466 132 60
Binary 11101010 1100 11000100 0 1011111 10000 1000 100110110 1011010 110000

Color Harmonies of #EA0CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0CC4

Black with #EA0CC4

Text Example


Text Example

White with #EA0CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0CC4; }

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

 H1.HeaderClassName
 {
   color: #EA0CC4;
 }
 .AnyTagClassName
 {
   color: #EA0CC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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