Html Css Color HEX #E50F98 Hollywood Cerise

📋 copy color: '#E50F98'

red 229 ◦ green 15 ◦ blue 152

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

Shades of Hollywood Cerise #E50F98

Tints of Hollywood Cerise #E50F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 57.83%
G = 3.79%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#E50F98 (or 0xE50F98) is known color: Hollywood Cerise. HEX triplet: E5, 0F and 98. RGB value is (229,15,152). Sum of RGB (Red+Green+Blue) = 229+15+152=396 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.83% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 229 - color contains mainly: red. Hex color #E50F98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50F98 is #1AF067. Grayscale: #5E5E5E. Windows color (decimal): -1765480 or 9965541. OLE color: 9965541.

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

Color convert

RGB 229 15 152 -
CMYK 0 0.93 0.34 0.10
HSL 321.59º 0.88% 0.48% -
HSV(B) 321.59º 0.93% 0.9% -
XYZ 38.15 19.27 31.41 -
YUV 94.6 160.4 223.86 -
System Red Green Blue C M Y K H S L
Decimal 229 15 152 0 0.93 0.34 0.10 321.59 0.88 0.48
Hex E5 F 98 0 5D 22 A 142 58 30
Octal 345 17 230 0 135 42 12 502 130 60
Binary 11100101 1111 10011000 0 1011101 100010 1010 101000010 1011000 110000

Color Harmonies of #E50F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50F98

Black with #E50F98

Text Example


Text Example

White with #E50F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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