Html Css Color HEX #EA0BAB Hollywood Cerise

📋 copy color: '#EA0BAB'

red 234 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #EA0BAB

Tints of Hollywood Cerise #EA0BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.64%

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

R = 56.25%
G = 2.64%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#EA0BAB (or 0xEA0BAB) is known color: Hollywood Cerise. HEX triplet: EA, 0B and AB. RGB value is (234,11,171). Sum of RGB (Red+Green+Blue) = 234+11+171=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0BAB is #15F454. Grayscale: #5F5F5F. Windows color (decimal): -1438805 or 11209706. OLE color: 11209706.

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

Color convert

RGB 234 11 171 -
CMYK 0 0.95 0.27 0.08
HSL 316.95º 0.91% 0.48% -
HSV(B) 316.95º 0.95% 0.92% -
XYZ 41.4 20.67 40.34 -
YUV 95.92 170.38 226.49 -
System Red Green Blue C M Y K H S L
Decimal 234 11 171 0 0.95 0.27 0.08 316.95 0.91 0.48
Hex EA B AB 0 5F 1B 8 13D 5B 30
Octal 352 13 253 0 137 33 10 475 133 60
Binary 11101010 1011 10101011 0 1011111 11011 1000 100111101 1011011 110000

Color Harmonies of #EA0BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0BAB

Black with #EA0BAB

Text Example


Text Example

White with #EA0BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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