#ED516F

Color #ED516F Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #ED516F

Tints of Dark Pink #ED516F

Color information

#ED516F (or 0xED516F) is unknown color: approx Dark Pink. HEX triplet: ED, 51 and 6F. RGB value is (237,81,111). Sum of RGB (Red+Green+Blue) = 237+81+111=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED516F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED516F is #12AE90. Grayscale: #838383. Windows color (decimal): -1224337 or 7295469. OLE color: 7295469.

HSL color Cylindrical-coordinate representation of color #ED516F: hue angle of 348.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED516F is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB23781111-
CMYK00.660.530.07
HSL348.46º81.25%62.35%-
HSV(B)348.46º65.82%92.94%-
XYZ40.7425.0417.72-
YUV131.06116.68203.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 55.24%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=55.24%
G=18.88%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2378111100.660.530.07348.4681.2562.35
HexED516F04235715c513e
Octal355121157010265753412176
Binary1110110110100011101111010000101101011111010111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED516F; }

 p { color: rgb(237,81,111); }

 H1.HeaderClassName
 {
   color: #ED516F;
 }
 .AnyTagClassName
 {
   color: #ED516F;
 }
</style>
background-color css

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

 a { background-color: rgb(237,81,111); }

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

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

 span { border-color: rgb(237,81,111); }

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