Html Css Color HEX #E002A1 Hollywood Cerise

📋 copy color: '#E002A1'

red 224 ◦ green 2 ◦ blue 161

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

Shades of Hollywood Cerise #E002A1

Tints of Hollywood Cerise #E002A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 57.88%
G = 0.52%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E002A1 (or 0xE002A1) is known color: Hollywood Cerise. HEX triplet: E0, 02 and A1. RGB value is (224,2,161). Sum of RGB (Red+Green+Blue) = 224+2+161=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E002A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E002A1 is #1FFD5E. Grayscale: #565656. Windows color (decimal): -2096479 or 10552032. OLE color: 10552032.

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

Color convert

RGB 224 2 161 -
CMYK 0 0.99 0.28 0.12
HSL 317.03º 0.98% 0.44% -
HSV(B) 317.03º 0.99% 0.88% -
XYZ 37.2 18.46 35.32 -
YUV 86.5 170.05 226.07 -
System Red Green Blue C M Y K H S L
Decimal 224 2 161 0 0.99 0.28 0.12 317.03 0.98 0.44
Hex E0 2 A1 0 63 1C C 13D 62 2C
Octal 340 2 241 0 143 34 14 475 142 54
Binary 11100000 10 10100001 0 1100011 11100 1100 100111101 1100010 101100

Color Harmonies of #E002A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002A1

Black with #E002A1

Text Example


Text Example

White with #E002A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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