Shades of Deep Blush #ED6F8F
Tints of Deep Blush #ED6F8F
RGB
CMYK
RGB Variations
Color information
#ED6F8F (or 0xED6F8F) is known color: Deep Blush. HEX triplet: ED, 6F and 8F. RGB value is (237,111,143). Sum of RGB (Red+Green+Blue) = 237+111+143=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6F8F is #129070. Grayscale: #989898. Windows color (decimal): -1216625 or 9400301. OLE color: 9400301.
HSL color Cylindrical-coordinate representation of color #ED6F8F: hue angle of 344.76º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6F8F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 143 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.07 |
| HSL | 344.76º | 0.78% | 0.68% | - |
| HSV(B) | 344.76º | 0.53% | 0.93% | - |
| XYZ | 45.57 | 31.36 | 29.64 | - |
| YUV | 152.32 | 122.74 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 143 | 0 | 0.53 | 0.40 | 0.07 | 344.76 | 0.78 | 0.68 |
| Hex | ED | 6F | 8F | 0 | 35 | 28 | 7 | 159 | 4E | 44 |
| Octal | 355 | 157 | 217 | 0 | 65 | 50 | 7 | 531 | 116 | 104 |
| Binary | 11101101 | 1101111 | 10001111 | 0 | 110101 | 101000 | 111 | 101011001 | 1001110 | 1000100 |
Color Harmonies of #ED6F8F
Complementary color
Monochromatic Colors of #ED6F8F
Black with #ED6F8F
Text Example
Text Example
White with #ED6F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F8F; }
p { color: rgb(237,111,143); }
H1.HeaderClassName
{
color: #ED6F8F;
}
.AnyTagClassName
{
color: #ED6F8F;
}
</style>
background-color css
<style>
a { background-color: #ED6F8F; }
a { background-color: rgb(237,111,143); }
div.DivClassName
{
background-color: #ED6F8F;
}
.BgClassName
{
background-color: #ED6F8F;
}
</style>
border-color css
<style>
span { border-color: #ED6F8F; }
span { border-color: rgb(237,111,143); }
td.TdClassName
{
border-color: #ED6F8F;
}
.TagClassName
{
border-color: #ED6F8F;
}
</style>