Html Css Color HEX #E913AA Hollywood Cerise

📋 copy color: '#E913AA'

red 233 ◦ green 19 ◦ blue 170

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

Shades of Hollywood Cerise #E913AA

Tints of Hollywood Cerise #E913AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.5%

 BLUE value IS 170 (66.8% from 255) = 40.28%

R = 55.21%
G = 4.5%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E913AA (or 0xE913AA) is known color: Hollywood Cerise. HEX triplet: E9, 13 and AA. RGB value is (233,19,170). Sum of RGB (Red+Green+Blue) = 233+19+170=422 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.21% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 233 - color contains mainly: red. Hex color #E913AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E913AA is #16EC55. Grayscale: #636363. Windows color (decimal): -1502294 or 11146217. OLE color: 11146217.

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

Color convert

RGB 233 19 170 -
CMYK 0 0.92 0.27 0.09
HSL 317.66º 0.85% 0.49% -
HSV(B) 317.66º 0.92% 0.91% -
XYZ 41.09 20.69 39.86 -
YUV 100.2 167.4 222.72 -
System Red Green Blue C M Y K H S L
Decimal 233 19 170 0 0.92 0.27 0.09 317.66 0.85 0.49
Hex E9 13 AA 0 5C 1B 9 13E 55 31
Octal 351 23 252 0 134 33 11 476 125 61
Binary 11101001 10011 10101010 0 1011100 11011 1001 100111110 1010101 110001

Color Harmonies of #E913AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E913AA

Black with #E913AA

Text Example


Text Example

White with #E913AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E913AA; }

 p { color: rgb(233,19,170); }

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

background-color css

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

 a { background-color: rgb(233,19,170); }

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

border-color css

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

 span { border-color: rgb(233,19,170); }

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