Html Css Color HEX #E90494 Hollywood Cerise

📋 copy color: '#E90494'

red 233 ◦ green 4 ◦ blue 148

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

Shades of Hollywood Cerise #E90494

Tints of Hollywood Cerise #E90494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 60.52%
G = 1.04%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E90494 (or 0xE90494) is known color: Hollywood Cerise. HEX triplet: E9, 04 and 94. RGB value is (233,4,148). Sum of RGB (Red+Green+Blue) = 233+4+148=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E90494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90494 is #16FB6B. Grayscale: #585858. Windows color (decimal): -1506156 or 9700585. OLE color: 9700585.

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

Color convert

RGB 233 4 148 -
CMYK 0 0.98 0.36 0.09
HSL 322.27º 0.97% 0.46% -
HSV(B) 322.27º 0.98% 0.91% -
XYZ 38.99 19.55 29.74 -
YUV 88.89 161.37 230.79 -
System Red Green Blue C M Y K H S L
Decimal 233 4 148 0 0.98 0.36 0.09 322.27 0.97 0.46
Hex E9 4 94 0 62 24 9 142 61 2E
Octal 351 4 224 0 142 44 11 502 141 56
Binary 11101001 100 10010100 0 1100010 100100 1001 101000010 1100001 101110

Color Harmonies of #E90494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90494

Black with #E90494

Text Example


Text Example

White with #E90494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90494; }

 p { color: rgb(233,4,148); }

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

background-color css

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

 a { background-color: rgb(233,4,148); }

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

border-color css

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

 span { border-color: rgb(233,4,148); }

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