Html Css Color HEX #E003AA Hollywood Cerise

📋 copy color: '#E003AA'

red 224 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #E003AA

Tints of Hollywood Cerise #E003AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 56.42%
G = 0.76%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E003AA (or 0xE003AA) is known color: Hollywood Cerise. HEX triplet: E0, 03 and AA. RGB value is (224,3,170). Sum of RGB (Red+Green+Blue) = 224+3+170=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E003AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E003AA is #1FFC55. Grayscale: #575757. Windows color (decimal): -2096214 or 11142112. OLE color: 11142112.

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

Color convert

RGB 224 3 170 -
CMYK 0 0.99 0.24 0.12
HSL 314.66º 0.97% 0.45% -
HSV(B) 314.66º 0.99% 0.88% -
XYZ 38.03 18.81 39.66 -
YUV 88.12 174.22 224.92 -
System Red Green Blue C M Y K H S L
Decimal 224 3 170 0 0.99 0.24 0.12 314.66 0.97 0.45
Hex E0 3 AA 0 63 18 C 13B 61 2D
Octal 340 3 252 0 143 30 14 473 141 55
Binary 11100000 11 10101010 0 1100011 11000 1100 100111011 1100001 101101

Color Harmonies of #E003AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E003AA

Black with #E003AA

Text Example


Text Example

White with #E003AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E003AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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