Html Css Color HEX #E510AE Hollywood Cerise

📋 copy color: '#E510AE'

red 229 ◦ green 16 ◦ blue 174

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

Shades of Hollywood Cerise #E510AE

Tints of Hollywood Cerise #E510AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 54.65%
G = 3.82%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E510AE (or 0xE510AE) is known color: Hollywood Cerise. HEX triplet: E5, 10 and AE. RGB value is (229,16,174). Sum of RGB (Red+Green+Blue) = 229+16+174=419 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.65% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 229 - color contains mainly: red. Hex color #E510AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E510AE is #1AEF51. Grayscale: #616161. Windows color (decimal): -1765202 or 11407589. OLE color: 11407589.

HSL color Cylindrical-coordinate representation of color #E510AE: hue angle of 315.49º 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 #E510AE is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 16 174 -
CMYK 0 0.93 0.24 0.10
HSL 315.49º 0.87% 0.48% -
HSV(B) 315.49º 0.93% 0.9% -
XYZ 40.14 20.08 41.81 -
YUV 97.7 171.07 221.65 -
System Red Green Blue C M Y K H S L
Decimal 229 16 174 0 0.93 0.24 0.10 315.49 0.87 0.48
Hex E5 10 AE 0 5D 18 A 13B 57 30
Octal 345 20 256 0 135 30 12 473 127 60
Binary 11100101 10000 10101110 0 1011101 11000 1010 100111011 1010111 110000

Color Harmonies of #E510AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E510AE

Black with #E510AE

Text Example


Text Example

White with #E510AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E510AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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