Html Css Color HEX #E003A0 Hollywood Cerise

📋 copy color: '#E003A0'

red 224 ◦ green 3 ◦ blue 160

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

Shades of Hollywood Cerise #E003A0

Tints of Hollywood Cerise #E003A0

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 57.88%
G = 0.78%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E003A0 (or 0xE003A0) is known color: Hollywood Cerise. HEX triplet: E0, 03 and A0. RGB value is (224,3,160). Sum of RGB (Red+Green+Blue) = 224+3+160=387 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.88% from 387); Green value is 3 (1.56% from 255 or 0.78% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 224 - color contains mainly: red. Hex color #E003A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E003A0 is #1FFC5F. Grayscale: #565656. Windows color (decimal): -2096224 or 10486752. OLE color: 10486752.

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

Color convert

RGB 224 3 160 -
CMYK 0 0.99 0.29 0.12
HSL 317.38º 0.97% 0.45% -
HSV(B) 317.38º 0.99% 0.88% -
XYZ 37.12 18.45 34.86 -
YUV 86.98 169.22 225.73 -
System Red Green Blue C M Y K H S L
Decimal 224 3 160 0 0.99 0.29 0.12 317.38 0.97 0.45
Hex E0 3 A0 0 63 1D C 13D 61 2D
Octal 340 3 240 0 143 35 14 475 141 55
Binary 11100000 11 10100000 0 1100011 11101 1100 100111101 1100001 101101

Color Harmonies of #E003A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003A0

Black with #E003A0

Text Example


Text Example

White with #E003A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003A0; }

 p { color: rgb(224,3,160); }

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

background-color css

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

 a { background-color: rgb(224,3,160); }

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

border-color css

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

 span { border-color: rgb(224,3,160); }

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