Html Css Color HEX #E5518D Dark Pink

📋 copy color: '#E5518D'

red 229 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #E5518D

Tints of Dark Pink #E5518D

RGB

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

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

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

R = 50.78%
G = 17.96%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5518D (or 0xE5518D) is known color: Dark Pink. HEX triplet: E5, 51 and 8D. RGB value is (229,81,141). Sum of RGB (Red+Green+Blue) = 229+81+141=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5518D is #1AAE72. Grayscale: #848484. Windows color (decimal): -1748595 or 9261541. OLE color: 9261541.

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

Color convert

RGB 229 81 141 -
CMYK 0 0.65 0.38 0.10
HSL 335.68º 0.74% 0.61% -
HSV(B) 335.68º 0.65% 0.9% -
XYZ 40.06 24.47 27.81 -
YUV 132.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 229 81 141 0 0.65 0.38 0.10 335.68 0.74 0.61
Hex E5 51 8D 0 41 26 A 150 4A 3D
Octal 345 121 215 0 101 46 12 520 112 75
Binary 11100101 1010001 10001101 0 1000001 100110 1010 101010000 1001010 111101

Color Harmonies of #E5518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5518D

Black with #E5518D

Text Example


Text Example

White with #E5518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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