Html Css Color HEX #E013A8 Hollywood Cerise

📋 copy color: '#E013A8'

red 224 ◦ green 19 ◦ blue 168

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

Shades of Hollywood Cerise #E013A8

Tints of Hollywood Cerise #E013A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.88%

R = 54.5%
G = 4.62%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E013A8 (or 0xE013A8) is known color: Hollywood Cerise. HEX triplet: E0, 13 and A8. RGB value is (224,19,168). Sum of RGB (Red+Green+Blue) = 224+19+168=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E013A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E013A8 is #1FEC57. Grayscale: #606060. Windows color (decimal): -2092120 or 11015136. OLE color: 11015136.

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

Color convert

RGB 224 19 168 -
CMYK 0 0.92 0.25 0.12
HSL 316.39º 0.84% 0.48% -
HSV(B) 316.39º 0.92% 0.88% -
XYZ 38.04 19.14 38.74 -
YUV 97.28 167.92 218.38 -
System Red Green Blue C M Y K H S L
Decimal 224 19 168 0 0.92 0.25 0.12 316.39 0.84 0.48
Hex E0 13 A8 0 5C 19 C 13C 54 30
Octal 340 23 250 0 134 31 14 474 124 60
Binary 11100000 10011 10101000 0 1011100 11001 1100 100111100 1010100 110000

Color Harmonies of #E013A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013A8

Black with #E013A8

Text Example


Text Example

White with #E013A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013A8; }

 p { color: rgb(224,19,168); }

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

background-color css

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

 a { background-color: rgb(224,19,168); }

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

border-color css

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

 span { border-color: rgb(224,19,168); }

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