Shades of Deep Blush #ED678F
Tints of Deep Blush #ED678F
RGB
CMYK
RGB Variations
Color information
#ED678F (or 0xED678F) is known color: Deep Blush. HEX triplet: ED, 67 and 8F. RGB value is (237,103,143). Sum of RGB (Red+Green+Blue) = 237+103+143=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 103 (40.62% from 255 or 21.33% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED678F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED678F is #129870. Grayscale: #939393. Windows color (decimal): -1218673 or 9398253. OLE color: 9398253.
HSL color Cylindrical-coordinate representation of color #ED678F: hue angle of 342.09º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED678F is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 143 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.07 |
| HSL | 342.09º | 0.79% | 0.67% | - |
| HSV(B) | 342.09º | 0.57% | 0.93% | - |
| XYZ | 44.73 | 29.69 | 29.36 | - |
| YUV | 147.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 143 | 0 | 0.57 | 0.40 | 0.07 | 342.09 | 0.79 | 0.67 |
| Hex | ED | 67 | 8F | 0 | 39 | 28 | 7 | 156 | 4F | 43 |
| Octal | 355 | 147 | 217 | 0 | 71 | 50 | 7 | 526 | 117 | 103 |
| Binary | 11101101 | 1100111 | 10001111 | 0 | 111001 | 101000 | 111 | 101010110 | 1001111 | 1000011 |
Color Harmonies of #ED678F
Complementary color
Monochromatic Colors of #ED678F
Black with #ED678F
Text Example
Text Example
White with #ED678F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED678F; }
p { color: rgb(237,103,143); }
H1.HeaderClassName
{
color: #ED678F;
}
.AnyTagClassName
{
color: #ED678F;
}
</style>
background-color css
<style>
a { background-color: #ED678F; }
a { background-color: rgb(237,103,143); }
div.DivClassName
{
background-color: #ED678F;
}
.BgClassName
{
background-color: #ED678F;
}
</style>
border-color css
<style>
span { border-color: #ED678F; }
span { border-color: rgb(237,103,143); }
td.TdClassName
{
border-color: #ED678F;
}
.TagClassName
{
border-color: #ED678F;
}
</style>