Html Css Color HEX #E90096 Hollywood Cerise

📋 copy color: '#E90096'

red 233 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #E90096

Tints of Hollywood Cerise #E90096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.84%
G = 0%
B = 39.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E90096 (or 0xE90096) is known color: Hollywood Cerise. HEX triplet: E9, 00 and 96. RGB value is (233,0,150). Sum of RGB (Red+Green+Blue) = 233+0+150=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E90096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90096 is #16FF69. Grayscale: #565656. Windows color (decimal): -1507178 or 9830633. OLE color: 9830633.

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

Color convert

RGB 233 0 150 -
CMYK 0 1 0.36 0.09
HSL 321.37º 1% 0.46% -
HSV(B) 321.37º 1% 0.91% -
XYZ 39.11 19.53 30.56 -
YUV 86.77 163.69 232.3 -
System Red Green Blue C M Y K H S L
Decimal 233 0 150 0 1 0.36 0.09 321.37 1 0.46
Hex E9 0 96 0 64 24 9 141 64 2E
Octal 351 0 226 0 144 44 11 501 144 56
Binary 11101001 0 10010110 0 1100100 100100 1001 101000001 1100100 101110

Color Harmonies of #E90096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90096

Black with #E90096

Text Example


Text Example

White with #E90096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90096; }

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

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

background-color css

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

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

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

border-color css

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

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

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