Html Css Color HEX #E90095 Hollywood Cerise

📋 copy color: '#E90095'

red 233 ◦ green 0 ◦ blue 149

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

Shades of Hollywood Cerise #E90095

Tints of Hollywood Cerise #E90095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.01%

R = 60.99%
G = 0%
B = 39.01%

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

#E90095 (or 0xE90095) is known color: Hollywood Cerise. HEX triplet: E9, 00 and 95. RGB value is (233,0,149). Sum of RGB (Red+Green+Blue) = 233+0+149=382 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.99% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 233 - color contains mainly: red. Hex color #E90095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90095 is #16FF6A. Grayscale: #565656. Windows color (decimal): -1507179 or 9765097. OLE color: 9765097.

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

Color convert

RGB 233 0 149 -
CMYK 0 1 0.36 0.09
HSL 321.63º 1% 0.46% -
HSV(B) 321.63º 1% 0.91% -
XYZ 39.03 19.49 30.14 -
YUV 86.65 163.19 232.38 -
System Red Green Blue C M Y K H S L
Decimal 233 0 149 0 1 0.36 0.09 321.63 1 0.46
Hex E9 0 95 0 64 24 9 142 64 2E
Octal 351 0 225 0 144 44 11 502 144 56
Binary 11101001 0 10010101 0 1100100 100100 1001 101000010 1100100 101110

Color Harmonies of #E90095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90095

Black with #E90095

Text Example


Text Example

White with #E90095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90095; }

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

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

background-color css

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

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

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

border-color css

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

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

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