Shades of Deep Blush #ED6C8F
Tints of Deep Blush #ED6C8F
RGB
CMYK
RGB Variations
Color information
#ED6C8F (or 0xED6C8F) is known color: Deep Blush. HEX triplet: ED, 6C and 8F. RGB value is (237,108,143). Sum of RGB (Red+Green+Blue) = 237+108+143=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6C8F is #129370. Grayscale: #969696. Windows color (decimal): -1217393 or 9399533. OLE color: 9399533.
HSL color Cylindrical-coordinate representation of color #ED6C8F: hue angle of 343.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED6C8F is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 108 | 143 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.07 |
| HSL | 343.72º | 0.78% | 0.68% | - |
| HSV(B) | 343.72º | 0.54% | 0.93% | - |
| XYZ | 45.25 | 30.71 | 29.53 | - |
| YUV | 150.56 | 123.74 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 108 | 143 | 0 | 0.54 | 0.40 | 0.07 | 343.72 | 0.78 | 0.68 |
| Hex | ED | 6C | 8F | 0 | 36 | 28 | 7 | 158 | 4E | 44 |
| Octal | 355 | 154 | 217 | 0 | 66 | 50 | 7 | 530 | 116 | 104 |
| Binary | 11101101 | 1101100 | 10001111 | 0 | 110110 | 101000 | 111 | 101011000 | 1001110 | 1000100 |
Color Harmonies of #ED6C8F
Complementary color
Monochromatic Colors of #ED6C8F
Black with #ED6C8F
Text Example
Text Example
White with #ED6C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6C8F; }
p { color: rgb(237,108,143); }
H1.HeaderClassName
{
color: #ED6C8F;
}
.AnyTagClassName
{
color: #ED6C8F;
}
</style>
background-color css
<style>
a { background-color: #ED6C8F; }
a { background-color: rgb(237,108,143); }
div.DivClassName
{
background-color: #ED6C8F;
}
.BgClassName
{
background-color: #ED6C8F;
}
</style>
border-color css
<style>
span { border-color: #ED6C8F; }
span { border-color: rgb(237,108,143); }
td.TdClassName
{
border-color: #ED6C8F;
}
.TagClassName
{
border-color: #ED6C8F;
}
</style>