Html Css Color HEX #EA06AB Hollywood Cerise

📋 copy color: '#EA06AB'

red 234 ◦ green 6 ◦ blue 171

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

Shades of Hollywood Cerise #EA06AB

Tints of Hollywood Cerise #EA06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

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

R = 56.93%
G = 1.46%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA06AB (or 0xEA06AB) is known color: Hollywood Cerise. HEX triplet: EA, 06 and AB. RGB value is (234,6,171). Sum of RGB (Red+Green+Blue) = 234+6+171=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA06AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA06AB is #15F954. Grayscale: #5C5C5C. Windows color (decimal): -1440085 or 11208426. OLE color: 11208426.

HSL color Cylindrical-coordinate representation of color #EA06AB: hue angle of 316.58º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA06AB is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 6 171 -
CMYK 0 0.97 0.27 0.08
HSL 316.58º 0.95% 0.47% -
HSV(B) 316.58º 0.97% 0.92% -
XYZ 41.35 20.56 40.32 -
YUV 92.98 172.04 228.58 -
System Red Green Blue C M Y K H S L
Decimal 234 6 171 0 0.97 0.27 0.08 316.58 0.95 0.47
Hex EA 6 AB 0 61 1B 8 13D 5F 2F
Octal 352 6 253 0 141 33 10 475 137 57
Binary 11101010 110 10101011 0 1100001 11011 1000 100111101 1011111 101111

Color Harmonies of #EA06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA06AB

Black with #EA06AB

Text Example


Text Example

White with #EA06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA06AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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