Html Css Color HEX #E90297 Hollywood Cerise

📋 copy color: '#E90297'

red 233 ◦ green 2 ◦ blue 151

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

Shades of Hollywood Cerise #E90297

Tints of Hollywood Cerise #E90297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 60.36%
G = 0.52%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E90297 (or 0xE90297) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 97. RGB value is (233,2,151). Sum of RGB (Red+Green+Blue) = 233+2+151=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E90297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90297 is #16FD68. Grayscale: #575757. Windows color (decimal): -1506665 or 9896681. OLE color: 9896681.

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

Color convert

RGB 233 2 151 -
CMYK 0 0.99 0.35 0.09
HSL 321.3º 0.98% 0.46% -
HSV(B) 321.3º 0.99% 0.91% -
XYZ 39.21 19.6 30.99 -
YUV 88.06 163.53 231.38 -
System Red Green Blue C M Y K H S L
Decimal 233 2 151 0 0.99 0.35 0.09 321.3 0.98 0.46
Hex E9 2 97 0 63 23 9 141 62 2E
Octal 351 2 227 0 143 43 11 501 142 56
Binary 11101001 10 10010111 0 1100011 100011 1001 101000001 1100010 101110

Color Harmonies of #E90297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90297

Black with #E90297

Text Example


Text Example

White with #E90297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90297; }

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

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

background-color css

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

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

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

border-color css

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

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

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