Html Css Color HEX #E90B96 Hollywood Cerise

📋 copy color: '#E90B96'

red 233 ◦ green 11 ◦ blue 150

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

Shades of Hollywood Cerise #E90B96

Tints of Hollywood Cerise #E90B96

RGB

 RED value IS 233 (91.41% from 255) = 59.14%

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 59.14%
G = 2.79%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E90B96 (or 0xE90B96) is known color: Hollywood Cerise. HEX triplet: E9, 0B and 96. RGB value is (233,11,150). Sum of RGB (Red+Green+Blue) = 233+11+150=394 (52% of max value = 765). Red value is 233 (91.41% from 255 or 59.14% from 394); Green value is 11 (4.69% from 255 or 2.79% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 233 - color contains mainly: red. Hex color #E90B96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90B96 is #16F469. Grayscale: #5C5C5C. Windows color (decimal): -1504362 or 9833449. OLE color: 9833449.

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

Color convert

RGB 233 11 150 -
CMYK 0 0.95 0.36 0.09
HSL 322.43º 0.91% 0.48% -
HSV(B) 322.43º 0.95% 0.91% -
XYZ 39.23 19.76 30.6 -
YUV 93.22 160.05 227.7 -
System Red Green Blue C M Y K H S L
Decimal 233 11 150 0 0.95 0.36 0.09 322.43 0.91 0.48
Hex E9 B 96 0 5F 24 9 142 5B 30
Octal 351 13 226 0 137 44 11 502 133 60
Binary 11101001 1011 10010110 0 1011111 100100 1001 101000010 1011011 110000

Color Harmonies of #E90B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90B96

Black with #E90B96

Text Example


Text Example

White with #E90B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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