Html Css Color HEX #E5517D Dark Pink

📋 copy color: '#E5517D'

red 229 ◦ green 81 ◦ blue 125

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

Shades of Dark Pink #E5517D

Tints of Dark Pink #E5517D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.62%

 BLUE value IS 125 (49.22% from 255) = 28.74%

R = 52.64%
G = 18.62%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5517D (or 0xE5517D) is known color: Dark Pink. HEX triplet: E5, 51 and 7D. RGB value is (229,81,125). Sum of RGB (Red+Green+Blue) = 229+81+125=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5517D is #1AAE82. Grayscale: #828282. Windows color (decimal): -1748611 or 8212965. OLE color: 8212965.

HSL color Cylindrical-coordinate representation of color #E5517D: hue angle of 342.16º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5517D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 81 125 -
CMYK 0 0.65 0.45 0.10
HSL 342.16º 0.74% 0.61% -
HSV(B) 342.16º 0.65% 0.9% -
XYZ 38.96 24.02 21.99 -
YUV 130.27 125.03 198.42 -
System Red Green Blue C M Y K H S L
Decimal 229 81 125 0 0.65 0.45 0.10 342.16 0.74 0.61
Hex E5 51 7D 0 41 2D A 156 4A 3D
Octal 345 121 175 0 101 55 12 526 112 75
Binary 11100101 1010001 1111101 0 1000001 101101 1010 101010110 1001010 111101

Color Harmonies of #E5517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5517D

Black with #E5517D

Text Example


Text Example

White with #E5517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5517D; }

 p { color: rgb(229,81,125); }

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

background-color css

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

 a { background-color: rgb(229,81,125); }

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

border-color css

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

 span { border-color: rgb(229,81,125); }

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