Html Css Color HEX #E50FAA Hollywood Cerise

📋 copy color: '#E50FAA'

red 229 ◦ green 15 ◦ blue 170

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

Shades of Hollywood Cerise #E50FAA

Tints of Hollywood Cerise #E50FAA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.62%

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

R = 55.31%
G = 3.62%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E50FAA (or 0xE50FAA) is known color: Hollywood Cerise. HEX triplet: E5, 0F and AA. RGB value is (229,15,170). Sum of RGB (Red+Green+Blue) = 229+15+170=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50FAA is #1AF055. Grayscale: #606060. Windows color (decimal): -1765462 or 11145189. OLE color: 11145189.

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

Color convert

RGB 229 15 170 -
CMYK 0 0.93 0.26 0.10
HSL 316.54º 0.88% 0.48% -
HSV(B) 316.54º 0.93% 0.9% -
XYZ 39.74 19.9 39.78 -
YUV 96.66 169.4 222.4 -
System Red Green Blue C M Y K H S L
Decimal 229 15 170 0 0.93 0.26 0.10 316.54 0.88 0.48
Hex E5 F AA 0 5D 1A A 13D 58 30
Octal 345 17 252 0 135 32 12 475 130 60
Binary 11100101 1111 10101010 0 1011101 11010 1010 100111101 1011000 110000

Color Harmonies of #E50FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FAA

Black with #E50FAA

Text Example


Text Example

White with #E50FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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