Shades of Dark Pink #ED4374
Tints of Dark Pink #ED4374
RGB
CMYK
RGB Variations
Color information
#ED4374 (or 0xED4374) is known color: Dark Pink. HEX triplet: ED, 43 and 74. RGB value is (237,67,116). Sum of RGB (Red+Green+Blue) = 237+67+116=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED4374 is #12BC8B. Grayscale: #7B7B7B. Windows color (decimal): -1227916 or 7619565. OLE color: 7619565.
HSL color Cylindrical-coordinate representation of color #ED4374: hue angle of 342.71º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ED4374 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 67 | 116 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.07 |
| HSL | 342.71º | 0.83% | 0.6% | - |
| HSV(B) | 342.71º | 0.72% | 0.93% | - |
| XYZ | 40.08 | 23.28 | 18.9 | - |
| YUV | 123.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 67 | 116 | 0 | 0.72 | 0.51 | 0.07 | 342.71 | 0.83 | 0.6 |
| Hex | ED | 43 | 74 | 0 | 48 | 33 | 7 | 157 | 53 | 3C |
| Octal | 355 | 103 | 164 | 0 | 110 | 63 | 7 | 527 | 123 | 74 |
| Binary | 11101101 | 1000011 | 1110100 | 0 | 1001000 | 110011 | 111 | 101010111 | 1010011 | 111100 |
Color Harmonies of #ED4374
Complementary color
Monochromatic Colors of #ED4374
Black with #ED4374
Text Example
Text Example
White with #ED4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4374; }
p { color: rgb(237,67,116); }
H1.HeaderClassName
{
color: #ED4374;
}
.AnyTagClassName
{
color: #ED4374;
}
</style>
background-color css
<style>
a { background-color: #ED4374; }
a { background-color: rgb(237,67,116); }
div.DivClassName
{
background-color: #ED4374;
}
.BgClassName
{
background-color: #ED4374;
}
</style>
border-color css
<style>
span { border-color: #ED4374; }
span { border-color: rgb(237,67,116); }
td.TdClassName
{
border-color: #ED4374;
}
.TagClassName
{
border-color: #ED4374;
}
</style>