Shades of Dark Pink #ED447B
Tints of Dark Pink #ED447B
RGB
CMYK
RGB Variations
Color information
#ED447B (or 0xED447B) is known color: Dark Pink. HEX triplet: ED, 44 and 7B. RGB value is (237,68,123). Sum of RGB (Red+Green+Blue) = 237+68+123=428 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.37% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 237 - color contains mainly: red. Hex color #ED447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED447B is #12BB84. Grayscale: #7C7C7C. Windows color (decimal): -1227653 or 8078573. OLE color: 8078573.
HSL color Cylindrical-coordinate representation of color #ED447B: hue angle of 340.47º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ED447B is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 123 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.07 |
| HSL | 340.47º | 0.82% | 0.6% | - |
| HSV(B) | 340.47º | 0.71% | 0.93% | - |
| XYZ | 40.57 | 23.57 | 21.15 | - |
| YUV | 124.8 | 126.99 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 123 | 0 | 0.71 | 0.48 | 0.07 | 340.47 | 0.82 | 0.6 |
| Hex | ED | 44 | 7B | 0 | 47 | 30 | 7 | 154 | 52 | 3C |
| Octal | 355 | 104 | 173 | 0 | 107 | 60 | 7 | 524 | 122 | 74 |
| Binary | 11101101 | 1000100 | 1111011 | 0 | 1000111 | 110000 | 111 | 101010100 | 1010010 | 111100 |
Color Harmonies of #ED447B
Complementary color
Monochromatic Colors of #ED447B
Black with #ED447B
Text Example
Text Example
White with #ED447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED447B; }
p { color: rgb(237,68,123); }
H1.HeaderClassName
{
color: #ED447B;
}
.AnyTagClassName
{
color: #ED447B;
}
</style>
background-color css
<style>
a { background-color: #ED447B; }
a { background-color: rgb(237,68,123); }
div.DivClassName
{
background-color: #ED447B;
}
.BgClassName
{
background-color: #ED447B;
}
</style>
border-color css
<style>
span { border-color: #ED447B; }
span { border-color: rgb(237,68,123); }
td.TdClassName
{
border-color: #ED447B;
}
.TagClassName
{
border-color: #ED447B;
}
</style>