Html Css Color HEX #E50FA2 Hollywood Cerise

📋 copy color: '#E50FA2'

red 229 ◦ green 15 ◦ blue 162

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

Shades of Hollywood Cerise #E50FA2

Tints of Hollywood Cerise #E50FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.9%

R = 56.4%
G = 3.69%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.10

RGB Variations

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

Color information

#E50FA2 (or 0xE50FA2) is known color: Hollywood Cerise. HEX triplet: E5, 0F and A2. RGB value is (229,15,162). Sum of RGB (Red+Green+Blue) = 229+15+162=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 15 (6.25% from 255 or 3.69% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50FA2 is #1AF05D. Grayscale: #5F5F5F. Windows color (decimal): -1765470 or 10620901. OLE color: 10620901.

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

Color convert

RGB 229 15 162 -
CMYK 0 0.93 0.29 0.10
HSL 318.79º 0.88% 0.48% -
HSV(B) 318.79º 0.93% 0.9% -
XYZ 39.01 19.61 35.91 -
YUV 95.74 165.4 223.05 -
System Red Green Blue C M Y K H S L
Decimal 229 15 162 0 0.93 0.29 0.10 318.79 0.88 0.48
Hex E5 F A2 0 5D 1D A 13F 58 30
Octal 345 17 242 0 135 35 12 477 130 60
Binary 11100101 1111 10100010 0 1011101 11101 1010 100111111 1011000 110000

Color Harmonies of #E50FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FA2

Black with #E50FA2

Text Example


Text Example

White with #E50FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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