Html Css Color HEX #E510AA Hollywood Cerise

📋 copy color: '#E510AA'

red 229 ◦ green 16 ◦ blue 170

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

Shades of Hollywood Cerise #E510AA

Tints of Hollywood Cerise #E510AA

RGB

 RED value IS 229 (89.84% from 255) = 55.18%

 GREEN value IS 16 (6.64% from 255) = 3.86%

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

R = 55.18%
G = 3.86%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E510AA (or 0xE510AA) is known color: Hollywood Cerise. HEX triplet: E5, 10 and AA. RGB value is (229,16,170). Sum of RGB (Red+Green+Blue) = 229+16+170=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E510AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E510AA is #1AEF55. Grayscale: #606060. Windows color (decimal): -1765206 or 11145445. OLE color: 11145445.

HSL color Cylindrical-coordinate representation of color #E510AA: hue angle of 316.62º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E510AA is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 16 170 -
CMYK 0 0.93 0.26 0.10
HSL 316.62º 0.87% 0.48% -
HSV(B) 316.62º 0.93% 0.9% -
XYZ 39.75 19.93 39.78 -
YUV 97.24 169.07 221.98 -
System Red Green Blue C M Y K H S L
Decimal 229 16 170 0 0.93 0.26 0.10 316.62 0.87 0.48
Hex E5 10 AA 0 5D 1A A 13D 57 30
Octal 345 20 252 0 135 32 12 475 127 60
Binary 11100101 10000 10101010 0 1011101 11010 1010 100111101 1010111 110000

Color Harmonies of #E510AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510AA

Black with #E510AA

Text Example


Text Example

White with #E510AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510AA; }

 p { color: rgb(229,16,170); }

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

background-color css

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

 a { background-color: rgb(229,16,170); }

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

border-color css

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

 span { border-color: rgb(229,16,170); }

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