Shades of Dark Pink #ED506F
Tints of Dark Pink #ED506F
RGB
CMYK
RGB Variations
Color information
#ED506F (or 0xED506F) is known color: Dark Pink. HEX triplet: ED, 50 and 6F. RGB value is (237,80,111). Sum of RGB (Red+Green+Blue) = 237+80+111=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED506F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED506F is #12AF90. Grayscale: #828282. Windows color (decimal): -1224593 or 7295213. OLE color: 7295213.
HSL color Cylindrical-coordinate representation of color #ED506F: hue angle of 348.15º 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 #ED506F is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 111 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.07 |
| HSL | 348.15º | 0.81% | 0.62% | - |
| HSV(B) | 348.15º | 0.66% | 0.93% | - |
| XYZ | 40.66 | 24.89 | 17.7 | - |
| YUV | 130.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 111 | 0 | 0.66 | 0.53 | 0.07 | 348.15 | 0.81 | 0.62 |
| Hex | ED | 50 | 6F | 0 | 42 | 35 | 7 | 15C | 51 | 3E |
| Octal | 355 | 120 | 157 | 0 | 102 | 65 | 7 | 534 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1101111 | 0 | 1000010 | 110101 | 111 | 101011100 | 1010001 | 111110 |
Color Harmonies of #ED506F
Complementary color
Monochromatic Colors of #ED506F
Black with #ED506F
Text Example
Text Example
White with #ED506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED506F; }
p { color: rgb(237,80,111); }
H1.HeaderClassName
{
color: #ED506F;
}
.AnyTagClassName
{
color: #ED506F;
}
</style>
background-color css
<style>
a { background-color: #ED506F; }
a { background-color: rgb(237,80,111); }
div.DivClassName
{
background-color: #ED506F;
}
.BgClassName
{
background-color: #ED506F;
}
</style>
border-color css
<style>
span { border-color: #ED506F; }
span { border-color: rgb(237,80,111); }
td.TdClassName
{
border-color: #ED506F;
}
.TagClassName
{
border-color: #ED506F;
}
</style>