Html Css Color HEX #E002AC Hollywood Cerise

📋 copy color: '#E002AC'

red 224 ◦ green 2 ◦ blue 172

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

Shades of Hollywood Cerise #E002AC

Tints of Hollywood Cerise #E002AC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 56.28%
G = 0.5%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E002AC (or 0xE002AC) is known color: Hollywood Cerise. HEX triplet: E0, 02 and AC. RGB value is (224,2,172). Sum of RGB (Red+Green+Blue) = 224+2+172=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E002AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E002AC is #1FFD53. Grayscale: #575757. Windows color (decimal): -2096468 or 11272928. OLE color: 11272928.

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

Color convert

RGB 224 2 172 -
CMYK 0 0.99 0.23 0.12
HSL 314.05º 0.98% 0.44% -
HSV(B) 314.05º 0.99% 0.88% -
XYZ 38.21 18.87 40.66 -
YUV 87.76 175.55 225.18 -
System Red Green Blue C M Y K H S L
Decimal 224 2 172 0 0.99 0.23 0.12 314.05 0.98 0.44
Hex E0 2 AC 0 63 17 C 13A 62 2C
Octal 340 2 254 0 143 27 14 472 142 54
Binary 11100000 10 10101100 0 1100011 10111 1100 100111010 1100010 101100

Color Harmonies of #E002AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002AC

Black with #E002AC

Text Example


Text Example

White with #E002AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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