#E90B9D

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

Shades of Hollywood Cerise #E90B9D

Tints of Hollywood Cerise #E90B9D

Color information

#E90B9D (or 0xE90B9D) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 0B and 9D. RGB value is (233,11,157). Sum of RGB (Red+Green+Blue) = 233+11+157=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90B9D is #16F462. Grayscale: #5D5D5D. Windows color (decimal): -1504355 or 10292201. OLE color: 10292201.

HSL color Cylindrical-coordinate representation of color #E90B9D: hue angle of 320.54º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90B9D is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB23311157-
CMYK00.950.330.09
HSL320.54º90.98%47.84%-
HSV(B)320.54º95.28%91.37%-
XYZ39.812033.66-
YUV94.02163.55227.13-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.10%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=58.10%
G=2.74%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331115700.950.330.09320.5490.9847.84
HexE9B9D05F2191415b30
Octal351132350137411150113360
Binary111010011011100111010101111110000110011010000011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90B9D; }

 p { color: rgb(233,11,157); }

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

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

 a { background-color: rgb(233,11,157); }

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

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

 span { border-color: rgb(233,11,157); }

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