Shades of Deep Blush #ED678B
Tints of Deep Blush #ED678B
RGB
CMYK
RGB Variations
Color information
#ED678B (or 0xED678B) is known color: Deep Blush. HEX triplet: ED, 67 and 8B. RGB value is (237,103,139). Sum of RGB (Red+Green+Blue) = 237+103+139=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 103 (40.62% from 255 or 21.50% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED678B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED678B is #129874. Grayscale: #939393. Windows color (decimal): -1218677 or 9136109. OLE color: 9136109.
HSL color Cylindrical-coordinate representation of color #ED678B: hue angle of 343.88º 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 #ED678B is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 103 | 139 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.07 |
| HSL | 343.88º | 0.79% | 0.67% | - |
| HSV(B) | 343.88º | 0.57% | 0.93% | - |
| XYZ | 44.44 | 29.57 | 27.79 | - |
| YUV | 147.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 103 | 139 | 0 | 0.57 | 0.41 | 0.07 | 343.88 | 0.79 | 0.67 |
| Hex | ED | 67 | 8B | 0 | 39 | 29 | 7 | 158 | 4F | 43 |
| Octal | 355 | 147 | 213 | 0 | 71 | 51 | 7 | 530 | 117 | 103 |
| Binary | 11101101 | 1100111 | 10001011 | 0 | 111001 | 101001 | 111 | 101011000 | 1001111 | 1000011 |
Color Harmonies of #ED678B
Complementary color
Monochromatic Colors of #ED678B
Black with #ED678B
Text Example
Text Example
White with #ED678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED678B; }
p { color: rgb(237,103,139); }
H1.HeaderClassName
{
color: #ED678B;
}
.AnyTagClassName
{
color: #ED678B;
}
</style>
background-color css
<style>
a { background-color: #ED678B; }
a { background-color: rgb(237,103,139); }
div.DivClassName
{
background-color: #ED678B;
}
.BgClassName
{
background-color: #ED678B;
}
</style>
border-color css
<style>
span { border-color: #ED678B; }
span { border-color: rgb(237,103,139); }
td.TdClassName
{
border-color: #ED678B;
}
.TagClassName
{
border-color: #ED678B;
}
</style>