Html Css Color HEX #E90594 Hollywood Cerise

📋 copy color: '#E90594'

red 233 ◦ green 5 ◦ blue 148

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

Shades of Hollywood Cerise #E90594

Tints of Hollywood Cerise #E90594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

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

R = 60.36%
G = 1.3%
B = 38.34%

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

#E90594 (or 0xE90594) is known color: Hollywood Cerise. HEX triplet: E9, 05 and 94. RGB value is (233,5,148). Sum of RGB (Red+Green+Blue) = 233+5+148=386 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.36% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 233 - color contains mainly: red. Hex color #E90594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90594 is #16FA6B. Grayscale: #595959. Windows color (decimal): -1505900 or 9700841. OLE color: 9700841.

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

Color convert

RGB 233 5 148 -
CMYK 0 0.98 0.36 0.09
HSL 322.37º 0.96% 0.47% -
HSV(B) 322.37º 0.98% 0.91% -
XYZ 39 19.57 29.74 -
YUV 89.47 161.04 230.37 -
System Red Green Blue C M Y K H S L
Decimal 233 5 148 0 0.98 0.36 0.09 322.37 0.96 0.47
Hex E9 5 94 0 62 24 9 142 60 2F
Octal 351 5 224 0 142 44 11 502 140 57
Binary 11101001 101 10010100 0 1100010 100100 1001 101000010 1100000 101111

Color Harmonies of #E90594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90594

Black with #E90594

Text Example


Text Example

White with #E90594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90594; }

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

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

background-color css

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

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

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

border-color css

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

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

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