Html Css Color HEX #EA10A4 Hollywood Cerise

📋 copy color: '#EA10A4'

red 234 ◦ green 16 ◦ blue 164

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

Shades of Hollywood Cerise #EA10A4

Tints of Hollywood Cerise #EA10A4

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

 BLUE value IS 164 (64.45% from 255) = 39.61%

R = 56.52%
G = 3.86%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#EA10A4 (or 0xEA10A4) is known color: Hollywood Cerise. HEX triplet: EA, 10 and A4. RGB value is (234,16,164). Sum of RGB (Red+Green+Blue) = 234+16+164=414 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.52% from 414); Green value is 16 (6.64% from 255 or 3.86% from 414); Blue value is 164 (64.45% from 255 or 39.61% from 414); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA10A4 is #15EF5B. Grayscale: #616161. Windows color (decimal): -1437532 or 10752234. OLE color: 10752234.

HSL color Cylindrical-coordinate representation of color #EA10A4: hue angle of 319.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA10A4 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 16 164 -
CMYK 0 0.93 0.30 0.08
HSL 319.27º 0.87% 0.49% -
HSV(B) 319.27º 0.93% 0.92% -
XYZ 40.82 20.54 36.94 -
YUV 98.05 165.22 224.97 -
System Red Green Blue C M Y K H S L
Decimal 234 16 164 0 0.93 0.30 0.08 319.27 0.87 0.49
Hex EA 10 A4 0 5D 1E 8 13F 57 31
Octal 352 20 244 0 135 36 10 477 127 61
Binary 11101010 10000 10100100 0 1011101 11110 1000 100111111 1010111 110001

Color Harmonies of #EA10A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA10A4

Black with #EA10A4

Text Example


Text Example

White with #EA10A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA10A4; }

 p { color: rgb(234,16,164); }

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

background-color css

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

 a { background-color: rgb(234,16,164); }

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

border-color css

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

 span { border-color: rgb(234,16,164); }

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