Html Css Color HEX #E50D83 Deep Pink

📋 copy color: '#E50D83'

red 229 ◦ green 13 ◦ blue 131

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

Shades of Deep Pink #E50D83

Tints of Deep Pink #E50D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.12%

R = 61.39%
G = 3.49%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E50D83 (or 0xE50D83) is known color: Deep Pink. HEX triplet: E5, 0D and 83. RGB value is (229,13,131). Sum of RGB (Red+Green+Blue) = 229+13+131=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E50D83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50D83 is #1AF27C. Grayscale: #5A5A5A. Windows color (decimal): -1766013 or 8588773. OLE color: 8588773.

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

Color convert

RGB 229 13 131 -
CMYK 0 0.94 0.43 0.10
HSL 327.22º 0.89% 0.47% -
HSV(B) 327.22º 0.94% 0.9% -
XYZ 36.55 18.58 23.13 -
YUV 91.04 150.56 226.41 -
System Red Green Blue C M Y K H S L
Decimal 229 13 131 0 0.94 0.43 0.10 327.22 0.89 0.47
Hex E5 D 83 0 5E 2B A 147 59 2F
Octal 345 15 203 0 136 53 12 507 131 57
Binary 11100101 1101 10000011 0 1011110 101011 1010 101000111 1011001 101111

Color Harmonies of #E50D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50D83

Black with #E50D83

Text Example


Text Example

White with #E50D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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