#EE0BA2

Color #EE0BA2 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EE0BA2

Tints of Hollywood Cerise #EE0BA2

Color information

#EE0BA2 (or 0xEE0BA2) is unknown color: approx Hollywood Cerise. HEX triplet: EE, 0B and A2. RGB value is (238,11,162). Sum of RGB (Red+Green+Blue) = 238+11+162=411 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.91% from 411); Green value is 11 (4.69% from 255 or 2.68% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0BA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0BA2 is #11F45D. Grayscale: #5F5F5F. Windows color (decimal): -1176670 or 10619886. OLE color: 10619886.

HSL color Cylindrical-coordinate representation of color #EE0BA2: hue angle of 320.09º 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 #EE0BA2 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB23811162-
CMYK00.950.320.07
HSL320.09º91.16%48.82%-
HSV(B)320.09º95.38%93.33%-
XYZ41.921.0336.03-
YUV96.09165.21229.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.91%
GREEN value IS 11 (4.69% from 255) = 2.68%
BLUE value IS 162 (63.67% from 255) = 39.42%
R=57.91%
G=2.68%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381116200.950.320.07320.0991.1648.82
HexEEBA205F2071405b31
Octal35613242013740750013361
Binary11101110101110100010010111111000001111010000001011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE0BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE0BA2; }

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

 H1.HeaderClassName
 {
   color: #EE0BA2;
 }
 .AnyTagClassName
 {
   color: #EE0BA2;
 }
</style>
background-color css

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

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

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

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

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

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