Html Css Color HEX #E015A2 Hollywood Cerise

📋 copy color: '#E015A2'

red 224 ◦ green 21 ◦ blue 162

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

Shades of Hollywood Cerise #E015A2

Tints of Hollywood Cerise #E015A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.8%

R = 55.04%
G = 5.16%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E015A2 (or 0xE015A2) is known color: Hollywood Cerise. HEX triplet: E0, 15 and A2. RGB value is (224,21,162). Sum of RGB (Red+Green+Blue) = 224+21+162=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 21 (8.59% from 255 or 5.16% from 407); Blue value is 162 (63.67% from 255 or 39.80% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E015A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E015A2 is #1FEA5D. Grayscale: #616161. Windows color (decimal): -2091614 or 10622432. OLE color: 10622432.

HSL color Cylindrical-coordinate representation of color #E015A2: hue angle of 318.33º 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 #E015A2 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 21 162 -
CMYK 0 0.91 0.28 0.12
HSL 318.33º 0.83% 0.48% -
HSV(B) 318.33º 0.91% 0.88% -
XYZ 37.53 18.99 35.87 -
YUV 97.77 164.25 218.04 -
System Red Green Blue C M Y K H S L
Decimal 224 21 162 0 0.91 0.28 0.12 318.33 0.83 0.48
Hex E0 15 A2 0 5B 1C C 13E 53 30
Octal 340 25 242 0 133 34 14 476 123 60
Binary 11100000 10101 10100010 0 1011011 11100 1100 100111110 1010011 110000

Color Harmonies of #E015A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E015A2

Black with #E015A2

Text Example


Text Example

White with #E015A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E015A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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