Html Css Color HEX #E90286 Hollywood Cerise

📋 copy color: '#E90286'

red 233 ◦ green 2 ◦ blue 134

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

Shades of Hollywood Cerise #E90286

Tints of Hollywood Cerise #E90286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.31%

R = 63.14%
G = 0.54%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E90286 (or 0xE90286) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 86. RGB value is (233,2,134). Sum of RGB (Red+Green+Blue) = 233+2+134=369 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.14% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 233 - color contains mainly: red. Hex color #E90286 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90286 is #16FD79. Grayscale: #555555. Windows color (decimal): -1506682 or 8782569. OLE color: 8782569.

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

Color convert

RGB 233 2 134 -
CMYK 0 0.99 0.42 0.09
HSL 325.71º 0.98% 0.46% -
HSV(B) 325.71º 0.99% 0.91% -
XYZ 37.93 19.09 24.24 -
YUV 86.12 155.03 232.77 -
System Red Green Blue C M Y K H S L
Decimal 233 2 134 0 0.99 0.42 0.09 325.71 0.98 0.46
Hex E9 2 86 0 63 2A 9 146 62 2E
Octal 351 2 206 0 143 52 11 506 142 56
Binary 11101001 10 10000110 0 1100011 101010 1001 101000110 1100010 101110

Color Harmonies of #E90286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90286

Black with #E90286

Text Example


Text Example

White with #E90286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90286; }

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

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

background-color css

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

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

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

border-color css

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

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

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