#ED3F76

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

Shades of Dark Pink #ED3F76

Tints of Dark Pink #ED3F76

Color information

#ED3F76 (or 0xED3F76) is unknown color: approx Dark Pink. HEX triplet: ED, 3F and 76. RGB value is (237,63,118). Sum of RGB (Red+Green+Blue) = 237+63+118=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED3F76 is #12C089. Grayscale: #797979. Windows color (decimal): -1228938 or 7749613. OLE color: 7749613.

HSL color Cylindrical-coordinate representation of color #ED3F76: hue angle of 341.03º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED3F76 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB23763118-
CMYK00.730.500.07
HSL341.03º82.86%58.82%-
HSV(B)341.03º73.42%92.94%-
XYZ39.9722.8719.45-
YUV121.3126.15210.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 56.70%
GREEN value IS 63 (25% from 255) = 15.07%
BLUE value IS 118 (46.48% from 255) = 28.23%
R=56.70%
G=15.07%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376311800.730.500.07341.0382.8658.82
HexED3F76049327155533b
Octal35577166011162752512373
Binary111011011111111110110010010011100101111010101011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3F76; }

 p { color: rgb(237,63,118); }

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

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

 a { background-color: rgb(237,63,118); }

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

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

 span { border-color: rgb(237,63,118); }

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