#ED486F

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

Shades of Dark Pink #ED486F

Tints of Dark Pink #ED486F

Color information

#ED486F (or 0xED486F) is unknown color: approx Dark Pink. HEX triplet: ED, 48 and 6F. RGB value is (237,72,111). Sum of RGB (Red+Green+Blue) = 237+72+111=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED486F is #12B790. Grayscale: #7D7D7D. Windows color (decimal): -1226641 or 7293165. OLE color: 7293165.

HSL color Cylindrical-coordinate representation of color #ED486F: hue angle of 345.82º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED486F is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB23772111-
CMYK00.700.530.07
HSL345.82º82.09%60.59%-
HSV(B)345.82º69.62%92.94%-
XYZ40.1123.7917.52-
YUV125.78119.66207.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.43%
GREEN value IS 72 (28.52% from 255) = 17.14%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=56.43%
G=17.14%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2377211100.700.530.07345.8282.0960.59
HexED486F04635715a523d
Octal355110157010665753212275
Binary1110110110010001101111010001101101011111010110101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED486F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED486F; }

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

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

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

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

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

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

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

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