Html Css Color HEX #E015AE Hollywood Cerise

📋 copy color: '#E015AE'

red 224 ◦ green 21 ◦ blue 174

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

Shades of Hollywood Cerise #E015AE

Tints of Hollywood Cerise #E015AE

RGB

 RED value IS 224 (87.89% from 255) = 53.46%

 GREEN value IS 21 (8.59% from 255) = 5.01%

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

R = 53.46%
G = 5.01%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E015AE (or 0xE015AE) is known color: Hollywood Cerise. HEX triplet: E0, 15 and AE. RGB value is (224,21,174). Sum of RGB (Red+Green+Blue) = 224+21+174=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E015AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E015AE is #1FEA51. Grayscale: #626262. Windows color (decimal): -2091602 or 11408864. OLE color: 11408864.

HSL color Cylindrical-coordinate representation of color #E015AE: hue angle of 314.78º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E015AE is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 174 -
CMYK 0 0.91 0.22 0.12
HSL 314.78º 0.83% 0.48% -
HSV(B) 314.78º 0.91% 0.88% -
XYZ 38.65 19.44 41.76 -
YUV 99.14 170.25 217.06 -
System Red Green Blue C M Y K H S L
Decimal 224 21 174 0 0.91 0.22 0.12 314.78 0.83 0.48
Hex E0 15 AE 0 5B 16 C 13B 53 30
Octal 340 25 256 0 133 26 14 473 123 60
Binary 11100000 10101 10101110 0 1011011 10110 1100 100111011 1010011 110000

Color Harmonies of #E015AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015AE

Black with #E015AE

Text Example


Text Example

White with #E015AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015AE; }

 p { color: rgb(224,21,174); }

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

background-color css

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

 a { background-color: rgb(224,21,174); }

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

border-color css

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

 span { border-color: rgb(224,21,174); }

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