Html Css Color HEX #E50E84 Deep Pink

📋 copy color: '#E50E84'

red 229 ◦ green 14 ◦ blue 132

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

Shades of Deep Pink #E50E84

Tints of Deep Pink #E50E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 35.2%

R = 61.07%
G = 3.73%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E50E84 (or 0xE50E84) is known color: Deep Pink. HEX triplet: E5, 0E and 84. RGB value is (229,14,132). Sum of RGB (Red+Green+Blue) = 229+14+132=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 14 (5.86% from 255 or 3.73% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E50E84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50E84 is #1AF17B. Grayscale: #5B5B5B. Windows color (decimal): -1765756 or 8654565. OLE color: 8654565.

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

Color convert

RGB 229 14 132 -
CMYK 0 0.94 0.42 0.10
HSL 327.07º 0.88% 0.48% -
HSV(B) 327.07º 0.94% 0.9% -
XYZ 36.63 18.64 23.5 -
YUV 91.74 150.73 225.91 -
System Red Green Blue C M Y K H S L
Decimal 229 14 132 0 0.94 0.42 0.10 327.07 0.88 0.48
Hex E5 E 84 0 5E 2A A 147 58 30
Octal 345 16 204 0 136 52 12 507 130 60
Binary 11100101 1110 10000100 0 1011110 101010 1010 101000111 1011000 110000

Color Harmonies of #E50E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50E84

Black with #E50E84

Text Example


Text Example

White with #E50E84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50E84; }

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

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

background-color css

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

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

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

border-color css

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

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

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