Html Css Color HEX #E90AA2 Hollywood Cerise

📋 copy color: '#E90AA2'

red 233 ◦ green 10 ◦ blue 162

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

Shades of Hollywood Cerise #E90AA2

Tints of Hollywood Cerise #E90AA2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.47%

 BLUE value IS 162 (63.67% from 255) = 40%

R = 57.53%
G = 2.47%
B = 40%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.09

RGB Variations

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

Color information

#E90AA2 (or 0xE90AA2) is known color: Hollywood Cerise. HEX triplet: E9, 0A and A2. RGB value is (233,10,162). Sum of RGB (Red+Green+Blue) = 233+10+162=405 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.53% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 233 - color contains mainly: red. Hex color #E90AA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90AA2 is #16F55D. Grayscale: #5D5D5D. Windows color (decimal): -1504606 or 10619625. OLE color: 10619625.

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

Color convert

RGB 233 10 162 -
CMYK 0 0.96 0.30 0.09
HSL 319.1º 0.92% 0.48% -
HSV(B) 319.1º 0.96% 0.91% -
XYZ 40.23 20.15 35.95 -
YUV 94.01 166.38 227.14 -
System Red Green Blue C M Y K H S L
Decimal 233 10 162 0 0.96 0.30 0.09 319.1 0.92 0.48
Hex E9 A A2 0 60 1E 9 13F 5C 30
Octal 351 12 242 0 140 36 11 477 134 60
Binary 11101001 1010 10100010 0 1100000 11110 1001 100111111 1011100 110000

Color Harmonies of #E90AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90AA2

Black with #E90AA2

Text Example


Text Example

White with #E90AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90AA2; }

 p { color: rgb(233,10,162); }

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

background-color css

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

 a { background-color: rgb(233,10,162); }

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

border-color css

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

 span { border-color: rgb(233,10,162); }

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