Html Css Color HEX #E50C89 Deep Pink

📋 copy color: '#E50C89'

red 229 ◦ green 12 ◦ blue 137

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

Shades of Deep Pink #E50C89

Tints of Deep Pink #E50C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

 BLUE value IS 137 (53.91% from 255) = 36.24%

R = 60.58%
G = 3.17%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E50C89 (or 0xE50C89) is known color: Deep Pink. HEX triplet: E5, 0C and 89. RGB value is (229,12,137). Sum of RGB (Red+Green+Blue) = 229+12+137=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E50C89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50C89 is #1AF376. Grayscale: #5A5A5A. Windows color (decimal): -1766263 or 8981733. OLE color: 8981733.

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

Color convert

RGB 229 12 137 -
CMYK 0 0.95 0.40 0.10
HSL 325.44º 0.9% 0.47% -
HSV(B) 325.44º 0.95% 0.9% -
XYZ 36.96 18.73 25.33 -
YUV 91.13 153.89 226.34 -
System Red Green Blue C M Y K H S L
Decimal 229 12 137 0 0.95 0.40 0.10 325.44 0.9 0.47
Hex E5 C 89 0 5F 28 A 145 5A 2F
Octal 345 14 211 0 137 50 12 505 132 57
Binary 11100101 1100 10001001 0 1011111 101000 1010 101000101 1011010 101111

Color Harmonies of #E50C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50C89

Black with #E50C89

Text Example


Text Example

White with #E50C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50C89; }

 p { color: rgb(229,12,137); }

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

background-color css

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

 a { background-color: rgb(229,12,137); }

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

border-color css

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

 span { border-color: rgb(229,12,137); }

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