Html Css Color HEX #E513AE Hollywood Cerise

📋 copy color: '#E513AE'

red 229 ◦ green 19 ◦ blue 174

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

Shades of Hollywood Cerise #E513AE

Tints of Hollywood Cerise #E513AE

RGB

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

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

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

R = 54.27%
G = 4.5%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E513AE (or 0xE513AE) is known color: Hollywood Cerise. HEX triplet: E5, 13 and AE. RGB value is (229,19,174). Sum of RGB (Red+Green+Blue) = 229+19+174=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E513AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E513AE is #1AEC51. Grayscale: #636363. Windows color (decimal): -1764434 or 11408357. OLE color: 11408357.

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

Color convert

RGB 229 19 174 -
CMYK 0 0.92 0.24 0.10
HSL 315.71º 0.85% 0.49% -
HSV(B) 315.71º 0.92% 0.9% -
XYZ 40.19 20.18 41.82 -
YUV 99.46 170.07 220.4 -
System Red Green Blue C M Y K H S L
Decimal 229 19 174 0 0.92 0.24 0.10 315.71 0.85 0.49
Hex E5 13 AE 0 5C 18 A 13C 55 31
Octal 345 23 256 0 134 30 12 474 125 61
Binary 11100101 10011 10101110 0 1011100 11000 1010 100111100 1010101 110001

Color Harmonies of #E513AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E513AE

Black with #E513AE

Text Example


Text Example

White with #E513AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E513AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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