Html Css Color HEX #E90D97 Hollywood Cerise

📋 copy color: '#E90D97'

red 233 ◦ green 13 ◦ blue 151

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

Shades of Hollywood Cerise #E90D97

Tints of Hollywood Cerise #E90D97

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.27%

 BLUE value IS 151 (59.38% from 255) = 38.04%

R = 58.69%
G = 3.27%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E90D97 (or 0xE90D97) is known color: Hollywood Cerise. HEX triplet: E9, 0D and 97. RGB value is (233,13,151). Sum of RGB (Red+Green+Blue) = 233+13+151=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 151 (59.38% from 255 or 38.04% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D97 is #16F268. Grayscale: #5E5E5E. Windows color (decimal): -1503849 or 9899497. OLE color: 9899497.

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

Color convert

RGB 233 13 151 -
CMYK 0 0.94 0.35 0.09
HSL 322.36º 0.89% 0.48% -
HSV(B) 322.36º 0.94% 0.91% -
XYZ 39.33 19.85 31.04 -
YUV 94.51 159.89 226.78 -
System Red Green Blue C M Y K H S L
Decimal 233 13 151 0 0.94 0.35 0.09 322.36 0.89 0.48
Hex E9 D 97 0 5E 23 9 142 59 30
Octal 351 15 227 0 136 43 11 502 131 60
Binary 11101001 1101 10010111 0 1011110 100011 1001 101000010 1011001 110000

Color Harmonies of #E90D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90D97

Black with #E90D97

Text Example


Text Example

White with #E90D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90D97; }

 p { color: rgb(233,13,151); }

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

background-color css

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

 a { background-color: rgb(233,13,151); }

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

border-color css

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

 span { border-color: rgb(233,13,151); }

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