Html Css Color HEX #EA10AB Hollywood Cerise

📋 copy color: '#EA10AB'

red 234 ◦ green 16 ◦ blue 171

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

Shades of Hollywood Cerise #EA10AB

Tints of Hollywood Cerise #EA10AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.62%

R = 55.58%
G = 3.8%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA10AB (or 0xEA10AB) is known color: Hollywood Cerise. HEX triplet: EA, 10 and AB. RGB value is (234,16,171). Sum of RGB (Red+Green+Blue) = 234+16+171=421 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.58% from 421); Green value is 16 (6.64% from 255 or 3.80% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 234 - color contains mainly: red. Hex color #EA10AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA10AB is #15EF54. Grayscale: #626262. Windows color (decimal): -1437525 or 11210986. OLE color: 11210986.

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

Color convert

RGB 234 16 171 -
CMYK 0 0.93 0.27 0.08
HSL 317.34º 0.87% 0.49% -
HSV(B) 317.34º 0.93% 0.92% -
XYZ 41.47 20.8 40.36 -
YUV 98.85 168.72 224.4 -
System Red Green Blue C M Y K H S L
Decimal 234 16 171 0 0.93 0.27 0.08 317.34 0.87 0.49
Hex EA 10 AB 0 5D 1B 8 13D 57 31
Octal 352 20 253 0 135 33 10 475 127 61
Binary 11101010 10000 10101011 0 1011101 11011 1000 100111101 1010111 110001

Color Harmonies of #EA10AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA10AB

Black with #EA10AB

Text Example


Text Example

White with #EA10AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA10AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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