Html Css Color HEX #E90285 Hollywood Cerise

📋 copy color: '#E90285'

red 233 ◦ green 2 ◦ blue 133

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

Shades of Hollywood Cerise #E90285

Tints of Hollywood Cerise #E90285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 63.32%
G = 0.54%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E90285 (or 0xE90285) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 85. RGB value is (233,2,133). Sum of RGB (Red+Green+Blue) = 233+2+133=368 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.32% from 368); Green value is 2 (1.17% from 255 or 0.54% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 233 - color contains mainly: red. Hex color #E90285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90285 is #16FD7A. Grayscale: #555555. Windows color (decimal): -1506683 or 8717033. OLE color: 8717033.

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

Color convert

RGB 233 2 133 -
CMYK 0 0.99 0.43 0.09
HSL 325.97º 0.98% 0.46% -
HSV(B) 325.97º 0.99% 0.91% -
XYZ 37.86 19.06 23.87 -
YUV 86 154.53 232.85 -
System Red Green Blue C M Y K H S L
Decimal 233 2 133 0 0.99 0.43 0.09 325.97 0.98 0.46
Hex E9 2 85 0 63 2B 9 146 62 2E
Octal 351 2 205 0 143 53 11 506 142 56
Binary 11101001 10 10000101 0 1100011 101011 1001 101000110 1100010 101110

Color Harmonies of #E90285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90285

Black with #E90285

Text Example


Text Example

White with #E90285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90285; }

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

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

background-color css

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

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

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

border-color css

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

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

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