Html Css Color HEX #E50D9E Hollywood Cerise

📋 copy color: '#E50D9E'

red 229 ◦ green 13 ◦ blue 158

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

Shades of Hollywood Cerise #E50D9E

Tints of Hollywood Cerise #E50D9E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.25%

 BLUE value IS 158 (62.11% from 255) = 39.5%

R = 57.25%
G = 3.25%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.10

RGB Variations

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

Color information

#E50D9E (or 0xE50D9E) is known color: Hollywood Cerise. HEX triplet: E5, 0D and 9E. RGB value is (229,13,158). Sum of RGB (Red+Green+Blue) = 229+13+158=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 13 (5.47% from 255 or 3.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50D9E is #1AF261. Grayscale: #5D5D5D. Windows color (decimal): -1765986 or 10358245. OLE color: 10358245.

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

Color convert

RGB 229 13 158 -
CMYK 0 0.94 0.31 0.10
HSL 319.72º 0.89% 0.47% -
HSV(B) 319.72º 0.94% 0.9% -
XYZ 38.63 19.41 34.06 -
YUV 94.11 164.06 224.21 -
System Red Green Blue C M Y K H S L
Decimal 229 13 158 0 0.94 0.31 0.10 319.72 0.89 0.47
Hex E5 D 9E 0 5E 1F A 140 59 2F
Octal 345 15 236 0 136 37 12 500 131 57
Binary 11100101 1101 10011110 0 1011110 11111 1010 101000000 1011001 101111

Color Harmonies of #E50D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D9E

Black with #E50D9E

Text Example


Text Example

White with #E50D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D9E; }

 p { color: rgb(229,13,158); }

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

background-color css

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

 a { background-color: rgb(229,13,158); }

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

border-color css

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

 span { border-color: rgb(229,13,158); }

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