Shades of Dark Pink #ED4874
Tints of Dark Pink #ED4874
RGB
CMYK
RGB Variations
Color information
#ED4874 (or 0xED4874) is known color: Dark Pink. HEX triplet: ED, 48 and 74. RGB value is (237,72,116). Sum of RGB (Red+Green+Blue) = 237+72+116=425 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.76% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4874 is #12B78B. Grayscale: #7E7E7E. Windows color (decimal): -1226636 or 7620845. OLE color: 7620845.
HSL color Cylindrical-coordinate representation of color #ED4874: hue angle of 344º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED4874 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 72 | 116 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.07 |
| HSL | 344º | 0.82% | 0.61% | - |
| HSV(B) | 344º | 0.7% | 0.93% | - |
| XYZ | 40.39 | 23.9 | 19.01 | - |
| YUV | 126.35 | 122.16 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 72 | 116 | 0 | 0.70 | 0.51 | 0.07 | 344 | 0.82 | 0.61 |
| Hex | ED | 48 | 74 | 0 | 46 | 33 | 7 | 158 | 52 | 3D |
| Octal | 355 | 110 | 164 | 0 | 106 | 63 | 7 | 530 | 122 | 75 |
| Binary | 11101101 | 1001000 | 1110100 | 0 | 1000110 | 110011 | 111 | 101011000 | 1010010 | 111101 |
Color Harmonies of #ED4874
Complementary color
Monochromatic Colors of #ED4874
Black with #ED4874
Text Example
Text Example
White with #ED4874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4874; }
p { color: rgb(237,72,116); }
H1.HeaderClassName
{
color: #ED4874;
}
.AnyTagClassName
{
color: #ED4874;
}
</style>
background-color css
<style>
a { background-color: #ED4874; }
a { background-color: rgb(237,72,116); }
div.DivClassName
{
background-color: #ED4874;
}
.BgClassName
{
background-color: #ED4874;
}
</style>
border-color css
<style>
span { border-color: #ED4874; }
span { border-color: rgb(237,72,116); }
td.TdClassName
{
border-color: #ED4874;
}
.TagClassName
{
border-color: #ED4874;
}
</style>