Html Css Color HEX #EA10AC Hollywood Cerise

📋 copy color: '#EA10AC'

red 234 ◦ green 16 ◦ blue 172

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

Shades of Hollywood Cerise #EA10AC

Tints of Hollywood Cerise #EA10AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.76%

R = 55.45%
G = 3.79%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#EA10AC (or 0xEA10AC) is known color: Hollywood Cerise. HEX triplet: EA, 10 and AC. RGB value is (234,16,172). Sum of RGB (Red+Green+Blue) = 234+16+172=422 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.45% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA10AC is #15EF53. Grayscale: #626262. Windows color (decimal): -1437524 or 11276522. OLE color: 11276522.

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

Color convert

RGB 234 16 172 -
CMYK 0 0.93 0.26 0.08
HSL 317.06º 0.87% 0.49% -
HSV(B) 317.06º 0.93% 0.92% -
XYZ 41.56 20.84 40.86 -
YUV 98.97 169.22 224.32 -
System Red Green Blue C M Y K H S L
Decimal 234 16 172 0 0.93 0.26 0.08 317.06 0.87 0.49
Hex EA 10 AC 0 5D 1A 8 13D 57 31
Octal 352 20 254 0 135 32 10 475 127 61
Binary 11101010 10000 10101100 0 1011101 11010 1000 100111101 1010111 110001

Color Harmonies of #EA10AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA10AC

Black with #EA10AC

Text Example


Text Example

White with #EA10AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA10AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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