Html Css Color HEX #E50A94 Hollywood Cerise

📋 copy color: '#E50A94'

red 229 ◦ green 10 ◦ blue 148

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

Shades of Hollywood Cerise #E50A94

Tints of Hollywood Cerise #E50A94

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.58%

 BLUE value IS 148 (58.2% from 255) = 38.24%

R = 59.17%
G = 2.58%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#E50A94 (or 0xE50A94) is known color: Hollywood Cerise. HEX triplet: E5, 0A and 94. RGB value is (229,10,148). Sum of RGB (Red+Green+Blue) = 229+10+148=387 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.17% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 148 (58.20% from 255 or 38.24% from 387); Max value from RGB is 229 - color contains mainly: red. Hex color #E50A94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50A94 is #1AF56B. Grayscale: #5A5A5A. Windows color (decimal): -1766764 or 9702117. OLE color: 9702117.

HSL color Cylindrical-coordinate representation of color #E50A94: hue angle of 322.19º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E50A94 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 10 148 -
CMYK 0 0.96 0.35 0.10
HSL 322.19º 0.92% 0.47% -
HSV(B) 322.19º 0.96% 0.9% -
XYZ 37.77 19.01 29.7 -
YUV 91.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 229 10 148 0 0.96 0.35 0.10 322.19 0.92 0.47
Hex E5 A 94 0 60 23 A 142 5C 2F
Octal 345 12 224 0 140 43 12 502 134 57
Binary 11100101 1010 10010100 0 1100000 100011 1010 101000010 1011100 101111

Color Harmonies of #E50A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50A94

Black with #E50A94

Text Example


Text Example

White with #E50A94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50A94; }

 p { color: rgb(229,10,148); }

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

background-color css

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

 a { background-color: rgb(229,10,148); }

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

border-color css

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

 span { border-color: rgb(229,10,148); }

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