Html Css Color HEX #E503AA Hollywood Cerise

📋 copy color: '#E503AA'

red 229 ◦ green 3 ◦ blue 170

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

Shades of Hollywood Cerise #E503AA

Tints of Hollywood Cerise #E503AA

RGB

 RED value IS 229 (89.84% from 255) = 56.97%

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

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

R = 56.97%
G = 0.75%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E503AA (or 0xE503AA) is known color: Hollywood Cerise. HEX triplet: E5, 03 and AA. RGB value is (229,3,170). Sum of RGB (Red+Green+Blue) = 229+3+170=402 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.97% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 229 - color contains mainly: red. Hex color #E503AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E503AA is #1AFC55. Grayscale: #595959. Windows color (decimal): -1768534 or 11142117. OLE color: 11142117.

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

Color convert

RGB 229 3 170 -
CMYK 0 0.99 0.26 0.10
HSL 315.66º 0.97% 0.45% -
HSV(B) 315.66º 0.99% 0.9% -
XYZ 39.6 19.63 39.73 -
YUV 89.61 173.37 227.42 -
System Red Green Blue C M Y K H S L
Decimal 229 3 170 0 0.99 0.26 0.10 315.66 0.97 0.45
Hex E5 3 AA 0 63 1A A 13C 61 2D
Octal 345 3 252 0 143 32 12 474 141 55
Binary 11100101 11 10101010 0 1100011 11010 1010 100111100 1100001 101101

Color Harmonies of #E503AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E503AA

Black with #E503AA

Text Example


Text Example

White with #E503AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E503AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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