Html Css Color HEX #E50E8D Deep Pink

📋 copy color: '#E50E8D'

red 229 ◦ green 14 ◦ blue 141

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

Shades of Deep Pink #E50E8D

Tints of Deep Pink #E50E8D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.65%

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 59.64%
G = 3.65%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E50E8D (or 0xE50E8D) is known color: Deep Pink. HEX triplet: E5, 0E and 8D. RGB value is (229,14,141). Sum of RGB (Red+Green+Blue) = 229+14+141=384 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.64% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50E8D is #1AF172. Grayscale: #5C5C5C. Windows color (decimal): -1765747 or 9244389. OLE color: 9244389.

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

Color convert

RGB 229 14 141 -
CMYK 0 0.94 0.38 0.10
HSL 324.56º 0.88% 0.48% -
HSV(B) 324.56º 0.94% 0.9% -
XYZ 37.28 18.9 26.88 -
YUV 92.76 155.23 225.17 -
System Red Green Blue C M Y K H S L
Decimal 229 14 141 0 0.94 0.38 0.10 324.56 0.88 0.48
Hex E5 E 8D 0 5E 26 A 145 58 30
Octal 345 16 215 0 136 46 12 505 130 60
Binary 11100101 1110 10001101 0 1011110 100110 1010 101000101 1011000 110000

Color Harmonies of #E50E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50E8D

Black with #E50E8D

Text Example


Text Example

White with #E50E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50E8D; }

 p { color: rgb(229,14,141); }

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

background-color css

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

 a { background-color: rgb(229,14,141); }

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

border-color css

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

 span { border-color: rgb(229,14,141); }

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