Html Css Color HEX #E50D9C Hollywood Cerise

📋 copy color: '#E50D9C'

red 229 ◦ green 13 ◦ blue 156

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

Shades of Hollywood Cerise #E50D9C

Tints of Hollywood Cerise #E50D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 57.54%
G = 3.27%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E50D9C (or 0xE50D9C) is known color: Hollywood Cerise. HEX triplet: E5, 0D and 9C. RGB value is (229,13,156). Sum of RGB (Red+Green+Blue) = 229+13+156=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50D9C is #1AF263. Grayscale: #5D5D5D. Windows color (decimal): -1765988 or 10227173. OLE color: 10227173.

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

Color convert

RGB 229 13 156 -
CMYK 0 0.94 0.32 0.10
HSL 320.28º 0.89% 0.47% -
HSV(B) 320.28º 0.94% 0.9% -
XYZ 38.46 19.35 33.16 -
YUV 93.89 163.06 224.37 -
System Red Green Blue C M Y K H S L
Decimal 229 13 156 0 0.94 0.32 0.10 320.28 0.89 0.47
Hex E5 D 9C 0 5E 20 A 140 59 2F
Octal 345 15 234 0 136 40 12 500 131 57
Binary 11100101 1101 10011100 0 1011110 100000 1010 101000000 1011001 101111

Color Harmonies of #E50D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D9C

Black with #E50D9C

Text Example


Text Example

White with #E50D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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