Html Css Color HEX #E016AC Hollywood Cerise

📋 copy color: '#E016AC'

red 224 ◦ green 22 ◦ blue 172

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

Shades of Hollywood Cerise #E016AC

Tints of Hollywood Cerise #E016AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.26%

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

R = 53.59%
G = 5.26%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E016AC (or 0xE016AC) is known color: Hollywood Cerise. HEX triplet: E0, 16 and AC. RGB value is (224,22,172). Sum of RGB (Red+Green+Blue) = 224+22+172=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E016AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E016AC is #1FE953. Grayscale: #636363. Windows color (decimal): -2091348 or 11278048. OLE color: 11278048.

HSL color Cylindrical-coordinate representation of color #E016AC: hue angle of 315.45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E016AC is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 22 172 -
CMYK 0 0.90 0.23 0.12
HSL 315.45º 0.82% 0.48% -
HSV(B) 315.45º 0.9% 0.88% -
XYZ 38.47 19.4 40.75 -
YUV 99.5 168.92 216.8 -
System Red Green Blue C M Y K H S L
Decimal 224 22 172 0 0.90 0.23 0.12 315.45 0.82 0.48
Hex E0 16 AC 0 5A 17 C 13B 52 30
Octal 340 26 254 0 132 27 14 473 122 60
Binary 11100000 10110 10101100 0 1011010 10111 1100 100111011 1010010 110000

Color Harmonies of #E016AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E016AC

Black with #E016AC

Text Example


Text Example

White with #E016AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E016AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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