Shades of Dark Pink #ED507B
Tints of Dark Pink #ED507B
RGB
CMYK
RGB Variations
Color information
#ED507B (or 0xED507B) is known color: Dark Pink. HEX triplet: ED, 50 and 7B. RGB value is (237,80,123). Sum of RGB (Red+Green+Blue) = 237+80+123=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED507B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED507B is #12AF84. Grayscale: #838383. Windows color (decimal): -1224581 or 8081645. OLE color: 8081645.
HSL color Cylindrical-coordinate representation of color #ED507B: hue angle of 343.57º 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 #ED507B is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 80 | 123 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.07 |
| HSL | 343.57º | 0.81% | 0.62% | - |
| HSV(B) | 343.57º | 0.66% | 0.93% | - |
| XYZ | 41.37 | 25.17 | 21.42 | - |
| YUV | 131.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 80 | 123 | 0 | 0.66 | 0.48 | 0.07 | 343.57 | 0.81 | 0.62 |
| Hex | ED | 50 | 7B | 0 | 42 | 30 | 7 | 158 | 51 | 3E |
| Octal | 355 | 120 | 173 | 0 | 102 | 60 | 7 | 530 | 121 | 76 |
| Binary | 11101101 | 1010000 | 1111011 | 0 | 1000010 | 110000 | 111 | 101011000 | 1010001 | 111110 |
Color Harmonies of #ED507B
Complementary color
Monochromatic Colors of #ED507B
Black with #ED507B
Text Example
Text Example
White with #ED507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED507B; }
p { color: rgb(237,80,123); }
H1.HeaderClassName
{
color: #ED507B;
}
.AnyTagClassName
{
color: #ED507B;
}
</style>
background-color css
<style>
a { background-color: #ED507B; }
a { background-color: rgb(237,80,123); }
div.DivClassName
{
background-color: #ED507B;
}
.BgClassName
{
background-color: #ED507B;
}
</style>
border-color css
<style>
span { border-color: #ED507B; }
span { border-color: rgb(237,80,123); }
td.TdClassName
{
border-color: #ED507B;
}
.TagClassName
{
border-color: #ED507B;
}
</style>