Html Css Color HEX #E90592 Hollywood Cerise

📋 copy color: '#E90592'

red 233 ◦ green 5 ◦ blue 146

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

Shades of Hollywood Cerise #E90592

Tints of Hollywood Cerise #E90592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.02%

R = 60.68%
G = 1.3%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E90592 (or 0xE90592) is known color: Hollywood Cerise. HEX triplet: E9, 05 and 92. RGB value is (233,5,146). Sum of RGB (Red+Green+Blue) = 233+5+146=384 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.68% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 233 - color contains mainly: red. Hex color #E90592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90592 is #16FA6D. Grayscale: #585858. Windows color (decimal): -1505902 or 9569769. OLE color: 9569769.

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

Color convert

RGB 233 5 146 -
CMYK 0 0.98 0.37 0.09
HSL 322.89º 0.96% 0.47% -
HSV(B) 322.89º 0.98% 0.91% -
XYZ 38.85 19.51 28.91 -
YUV 89.25 160.04 230.54 -
System Red Green Blue C M Y K H S L
Decimal 233 5 146 0 0.98 0.37 0.09 322.89 0.96 0.47
Hex E9 5 92 0 62 25 9 143 60 2F
Octal 351 5 222 0 142 45 11 503 140 57
Binary 11101001 101 10010010 0 1100010 100101 1001 101000011 1100000 101111

Color Harmonies of #E90592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90592

Black with #E90592

Text Example


Text Example

White with #E90592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90592; }

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

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

background-color css

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

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

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

border-color css

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

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

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