Html Css Color HEX #E50FA4 Hollywood Cerise

📋 copy color: '#E50FA4'

red 229 ◦ green 15 ◦ blue 164

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

Shades of Hollywood Cerise #E50FA4

Tints of Hollywood Cerise #E50FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.2%

R = 56.13%
G = 3.68%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.10

RGB Variations

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

Color information

#E50FA4 (or 0xE50FA4) is known color: Hollywood Cerise. HEX triplet: E5, 0F and A4. RGB value is (229,15,164). Sum of RGB (Red+Green+Blue) = 229+15+164=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 15 (6.25% from 255 or 3.68% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50FA4 is #1AF05B. Grayscale: #5F5F5F. Windows color (decimal): -1765468 or 10751973. OLE color: 10751973.

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

Color convert

RGB 229 15 164 -
CMYK 0 0.93 0.28 0.10
HSL 318.22º 0.88% 0.48% -
HSV(B) 318.22º 0.93% 0.9% -
XYZ 39.18 19.68 36.86 -
YUV 95.97 166.4 222.88 -
System Red Green Blue C M Y K H S L
Decimal 229 15 164 0 0.93 0.28 0.10 318.22 0.88 0.48
Hex E5 F A4 0 5D 1C A 13E 58 30
Octal 345 17 244 0 135 34 12 476 130 60
Binary 11100101 1111 10100100 0 1011101 11100 1010 100111110 1011000 110000

Color Harmonies of #E50FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FA4

Black with #E50FA4

Text Example


Text Example

White with #E50FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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