Html Css Color HEX #E013AC Hollywood Cerise

📋 copy color: '#E013AC'

red 224 ◦ green 19 ◦ blue 172

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

Shades of Hollywood Cerise #E013AC

Tints of Hollywood Cerise #E013AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 53.98%
G = 4.58%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E013AC (or 0xE013AC) is known color: Hollywood Cerise. HEX triplet: E0, 13 and AC. RGB value is (224,19,172). Sum of RGB (Red+Green+Blue) = 224+19+172=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E013AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E013AC is #1FEC53. Grayscale: #616161. Windows color (decimal): -2092116 or 11277280. OLE color: 11277280.

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

Color convert

RGB 224 19 172 -
CMYK 0 0.92 0.23 0.12
HSL 315.22º 0.84% 0.48% -
HSV(B) 315.22º 0.92% 0.88% -
XYZ 38.42 19.29 40.73 -
YUV 97.74 169.92 218.06 -
System Red Green Blue C M Y K H S L
Decimal 224 19 172 0 0.92 0.23 0.12 315.22 0.84 0.48
Hex E0 13 AC 0 5C 17 C 13B 54 30
Octal 340 23 254 0 134 27 14 473 124 60
Binary 11100000 10011 10101100 0 1011100 10111 1100 100111011 1010100 110000

Color Harmonies of #E013AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E013AC

Black with #E013AC

Text Example


Text Example

White with #E013AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E013AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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