Html Css Color HEX #E0517F Dark Pink

📋 copy color: '#E0517F'

red 224 ◦ green 81 ◦ blue 127

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

Shades of Dark Pink #E0517F

Tints of Dark Pink #E0517F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.4%

R = 51.85%
G = 18.75%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0517F (or 0xE0517F) is known color: Dark Pink. HEX triplet: E0, 51 and 7F. RGB value is (224,81,127). Sum of RGB (Red+Green+Blue) = 224+81+127=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0517F is #1FAE80. Grayscale: #808080. Windows color (decimal): -2076289 or 8344032. OLE color: 8344032.

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

Color convert

RGB 224 81 127 -
CMYK 0 0.64 0.43 0.12
HSL 340.7º 0.7% 0.6% -
HSV(B) 340.7º 0.64% 0.88% -
XYZ 37.51 23.26 22.59 -
YUV 129 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 224 81 127 0 0.64 0.43 0.12 340.7 0.7 0.6
Hex E0 51 7F 0 40 2B C 155 46 3C
Octal 340 121 177 0 100 53 14 525 106 74
Binary 11100000 1010001 1111111 0 1000000 101011 1100 101010101 1000110 111100

Color Harmonies of #E0517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0517F

Black with #E0517F

Text Example


Text Example

White with #E0517F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0517F; }

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

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

background-color css

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

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

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

border-color css

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

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

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