Html Css Color HEX #E008AC Hollywood Cerise

📋 copy color: '#E008AC'

red 224 ◦ green 8 ◦ blue 172

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

Shades of Hollywood Cerise #E008AC

Tints of Hollywood Cerise #E008AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

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

R = 55.45%
G = 1.98%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E008AC (or 0xE008AC) is known color: Hollywood Cerise. HEX triplet: E0, 08 and AC. RGB value is (224,8,172). Sum of RGB (Red+Green+Blue) = 224+8+172=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E008AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E008AC is #1FF753. Grayscale: #5A5A5A. Windows color (decimal): -2094932 or 11274464. OLE color: 11274464.

HSL color Cylindrical-coordinate representation of color #E008AC: hue angle of 314.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E008AC is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 8 172 -
CMYK 0 0.96 0.23 0.12
HSL 314.44º 0.93% 0.45% -
HSV(B) 314.44º 0.96% 0.88% -
XYZ 38.27 19 40.68 -
YUV 91.28 173.56 222.66 -
System Red Green Blue C M Y K H S L
Decimal 224 8 172 0 0.96 0.23 0.12 314.44 0.93 0.45
Hex E0 8 AC 0 60 17 C 13A 5D 2D
Octal 340 10 254 0 140 27 14 472 135 55
Binary 11100000 1000 10101100 0 1100000 10111 1100 100111010 1011101 101101

Color Harmonies of #E008AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E008AC

Black with #E008AC

Text Example


Text Example

White with #E008AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E008AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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