Html Css Color HEX #EE0BA6 Hollywood Cerise

📋 copy color: '#EE0BA6'

red 238 ◦ green 11 ◦ blue 166

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

Shades of Hollywood Cerise #EE0BA6

Tints of Hollywood Cerise #EE0BA6

RGB

 RED value IS 238 (93.36% from 255) = 57.35%

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

 BLUE value IS 166 (65.23% from 255) = 40%

R = 57.35%
G = 2.65%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EE0BA6 (or 0xEE0BA6) is known color: Hollywood Cerise. HEX triplet: EE, 0B and A6. RGB value is (238,11,166). Sum of RGB (Red+Green+Blue) = 238+11+166=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0BA6 is #11F459. Grayscale: #606060. Windows color (decimal): -1176666 or 10882030. OLE color: 10882030.

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

Color convert

RGB 238 11 166 -
CMYK 0 0.95 0.30 0.07
HSL 319.03º 0.91% 0.49% -
HSV(B) 319.03º 0.95% 0.93% -
XYZ 42.26 21.17 37.94 -
YUV 96.54 167.21 228.9 -
System Red Green Blue C M Y K H S L
Decimal 238 11 166 0 0.95 0.30 0.07 319.03 0.91 0.49
Hex EE B A6 0 5F 1E 7 13F 5B 31
Octal 356 13 246 0 137 36 7 477 133 61
Binary 11101110 1011 10100110 0 1011111 11110 111 100111111 1011011 110001

Color Harmonies of #EE0BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BA6

Black with #EE0BA6

Text Example


Text Example

White with #EE0BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BA6; }

 p { color: rgb(238,11,166); }

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

background-color css

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

 a { background-color: rgb(238,11,166); }

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

border-color css

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

 span { border-color: rgb(238,11,166); }

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