Html Css Color HEX #E0518C Dark Pink

📋 copy color: '#E0518C'

red 224 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #E0518C

Tints of Dark Pink #E0518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 50.34%
G = 18.2%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0518C (or 0xE0518C) is known color: Dark Pink. HEX triplet: E0, 51 and 8C. RGB value is (224,81,140). Sum of RGB (Red+Green+Blue) = 224+81+140=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0518C is #1FAE73. Grayscale: #828282. Windows color (decimal): -2076276 or 9196000. OLE color: 9196000.

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

Color convert

RGB 224 81 140 -
CMYK 0 0.64 0.38 0.12
HSL 335.24º 0.7% 0.6% -
HSV(B) 335.24º 0.64% 0.88% -
XYZ 38.42 23.63 27.35 -
YUV 130.48 133.38 194.7 -
System Red Green Blue C M Y K H S L
Decimal 224 81 140 0 0.64 0.38 0.12 335.24 0.7 0.6
Hex E0 51 8C 0 40 26 C 14F 46 3C
Octal 340 121 214 0 100 46 14 517 106 74
Binary 11100000 1010001 10001100 0 1000000 100110 1100 101001111 1000110 111100

Color Harmonies of #E0518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0518C

Black with #E0518C

Text Example


Text Example

White with #E0518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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