#EF0BB0

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

Shades of Hollywood Cerise #EF0BB0

Tints of Hollywood Cerise #EF0BB0

Color information

#EF0BB0 (or 0xEF0BB0) is unknown color: approx Hollywood Cerise. HEX triplet: EF, 0B and B0. RGB value is (239,11,176). Sum of RGB (Red+Green+Blue) = 239+11+176=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0BB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0BB0 is #10F44F. Grayscale: #616161. Windows color (decimal): -1111120 or 11537391. OLE color: 11537391.

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

Color convert

RGB23911176-
CMYK00.950.260.06
HSL316.58º91.2%49.02%-
HSV(B)316.58º95.4%93.73%-
XYZ43.5521.7242.97-
YUV97.98172.04228.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.10%
GREEN value IS 11 (4.69% from 255) = 2.58%
BLUE value IS 176 (69.14% from 255) = 41.31%
R=56.10%
G=2.58%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391117600.950.260.06316.5891.249.02
HexEFBB005F1A613d5b31
Octal35713260013732647513361
Binary1110111110111011000001011111110101101001111011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF0BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF0BB0; }

 p { color: rgb(239,11,176); }

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

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

 a { background-color: rgb(239,11,176); }

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

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

 span { border-color: rgb(239,11,176); }

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