Html Css Color HEX #E002A4 Hollywood Cerise

📋 copy color: '#E002A4'

red 224 ◦ green 2 ◦ blue 164

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

Shades of Hollywood Cerise #E002A4

Tints of Hollywood Cerise #E002A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.05%

R = 57.44%
G = 0.51%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E002A4 (or 0xE002A4) is known color: Hollywood Cerise. HEX triplet: E0, 02 and A4. RGB value is (224,2,164). Sum of RGB (Red+Green+Blue) = 224+2+164=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 2 (1.17% from 255 or 0.51% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E002A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E002A4 is #1FFD5B. Grayscale: #565656. Windows color (decimal): -2096476 or 10748640. OLE color: 10748640.

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

Color convert

RGB 224 2 164 -
CMYK 0 0.99 0.27 0.12
HSL 316.22º 0.98% 0.44% -
HSV(B) 316.22º 0.99% 0.88% -
XYZ 37.46 18.57 36.73 -
YUV 86.85 171.55 225.83 -
System Red Green Blue C M Y K H S L
Decimal 224 2 164 0 0.99 0.27 0.12 316.22 0.98 0.44
Hex E0 2 A4 0 63 1B C 13C 62 2C
Octal 340 2 244 0 143 33 14 474 142 54
Binary 11100000 10 10100100 0 1100011 11011 1100 100111100 1100010 101100

Color Harmonies of #E002A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002A4

Black with #E002A4

Text Example


Text Example

White with #E002A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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