Html Css Color HEX #E00FAC Hollywood Cerise

📋 copy color: '#E00FAC'

red 224 ◦ green 15 ◦ blue 172

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

Shades of Hollywood Cerise #E00FAC

Tints of Hollywood Cerise #E00FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.65%

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

R = 54.5%
G = 3.65%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E00FAC (or 0xE00FAC) is known color: Hollywood Cerise. HEX triplet: E0, 0F and AC. RGB value is (224,15,172). Sum of RGB (Red+Green+Blue) = 224+15+172=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E00FAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00FAC is #1FF053. Grayscale: #5E5E5E. Windows color (decimal): -2093140 or 11276256. OLE color: 11276256.

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

Color convert

RGB 224 15 172 -
CMYK 0 0.93 0.23 0.12
HSL 314.93º 0.87% 0.47% -
HSV(B) 314.93º 0.93% 0.88% -
XYZ 38.36 19.17 40.71 -
YUV 95.39 171.24 219.73 -
System Red Green Blue C M Y K H S L
Decimal 224 15 172 0 0.93 0.23 0.12 314.93 0.87 0.47
Hex E0 F AC 0 5D 17 C 13B 57 2F
Octal 340 17 254 0 135 27 14 473 127 57
Binary 11100000 1111 10101100 0 1011101 10111 1100 100111011 1010111 101111

Color Harmonies of #E00FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00FAC

Black with #E00FAC

Text Example


Text Example

White with #E00FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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