Shades of Dark Pink #ED4F7B
Tints of Dark Pink #ED4F7B
RGB
CMYK
RGB Variations
Color information
#ED4F7B (or 0xED4F7B) is known color: Dark Pink. HEX triplet: ED, 4F and 7B. RGB value is (237,79,123). Sum of RGB (Red+Green+Blue) = 237+79+123=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED4F7B is #12B084. Grayscale: #838383. Windows color (decimal): -1224837 or 8081389. OLE color: 8081389.
HSL color Cylindrical-coordinate representation of color #ED4F7B: hue angle of 343.29º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ED4F7B is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 79 | 123 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.07 |
| HSL | 343.29º | 0.81% | 0.62% | - |
| HSV(B) | 343.29º | 0.67% | 0.93% | - |
| XYZ | 41.3 | 25.03 | 21.39 | - |
| YUV | 131.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 79 | 123 | 0 | 0.67 | 0.48 | 0.07 | 343.29 | 0.81 | 0.62 |
| Hex | ED | 4F | 7B | 0 | 43 | 30 | 7 | 157 | 51 | 3E |
| Octal | 355 | 117 | 173 | 0 | 103 | 60 | 7 | 527 | 121 | 76 |
| Binary | 11101101 | 1001111 | 1111011 | 0 | 1000011 | 110000 | 111 | 101010111 | 1010001 | 111110 |
Color Harmonies of #ED4F7B
Complementary color
Monochromatic Colors of #ED4F7B
Black with #ED4F7B
Text Example
Text Example
White with #ED4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4F7B; }
p { color: rgb(237,79,123); }
H1.HeaderClassName
{
color: #ED4F7B;
}
.AnyTagClassName
{
color: #ED4F7B;
}
</style>
background-color css
<style>
a { background-color: #ED4F7B; }
a { background-color: rgb(237,79,123); }
div.DivClassName
{
background-color: #ED4F7B;
}
.BgClassName
{
background-color: #ED4F7B;
}
</style>
border-color css
<style>
span { border-color: #ED4F7B; }
span { border-color: rgb(237,79,123); }
td.TdClassName
{
border-color: #ED4F7B;
}
.TagClassName
{
border-color: #ED4F7B;
}
</style>