Html Css Color HEX #E0518D Dark Pink

📋 copy color: '#E0518D'

red 224 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #E0518D

Tints of Dark Pink #E0518D

RGB

 RED value IS 224 (87.89% from 255) = 50.22%

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

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

R = 50.22%
G = 18.16%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0518D (or 0xE0518D) is known color: Dark Pink. HEX triplet: E0, 51 and 8D. RGB value is (224,81,141). Sum of RGB (Red+Green+Blue) = 224+81+141=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0518D is #1FAE72. Grayscale: #828282. Windows color (decimal): -2076275 or 9261536. OLE color: 9261536.

HSL color Cylindrical-coordinate representation of color #E0518D: hue angle of 334.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E0518D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 81 141 -
CMYK 0 0.64 0.37 0.12
HSL 334.83º 0.7% 0.6% -
HSV(B) 334.83º 0.64% 0.88% -
XYZ 38.49 23.66 27.74 -
YUV 130.6 133.88 194.62 -
System Red Green Blue C M Y K H S L
Decimal 224 81 141 0 0.64 0.37 0.12 334.83 0.7 0.6
Hex E0 51 8D 0 40 25 C 14F 46 3C
Octal 340 121 215 0 100 45 14 517 106 74
Binary 11100000 1010001 10001101 0 1000000 100101 1100 101001111 1000110 111100

Color Harmonies of #E0518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0518D

Black with #E0518D

Text Example


Text Example

White with #E0518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0518D; }

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

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

background-color css

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

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

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

border-color css

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

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

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