Shades of Deep Blush #ED6F90
Tints of Deep Blush #ED6F90
RGB
CMYK
RGB Variations
Color information
#ED6F90 (or 0xED6F90) is known color: Deep Blush. HEX triplet: ED, 6F and 90. RGB value is (237,111,144). Sum of RGB (Red+Green+Blue) = 237+111+144=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6F90 is #12906F. Grayscale: #989898. Windows color (decimal): -1216624 or 9465837. OLE color: 9465837.
HSL color Cylindrical-coordinate representation of color #ED6F90: hue angle of 344.29º 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 #ED6F90 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 111 | 144 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.07 |
| HSL | 344.29º | 0.78% | 0.68% | - |
| HSV(B) | 344.29º | 0.53% | 0.93% | - |
| XYZ | 45.64 | 31.39 | 30.04 | - |
| YUV | 152.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 111 | 144 | 0 | 0.53 | 0.39 | 0.07 | 344.29 | 0.78 | 0.68 |
| Hex | ED | 6F | 90 | 0 | 35 | 27 | 7 | 158 | 4E | 44 |
| Octal | 355 | 157 | 220 | 0 | 65 | 47 | 7 | 530 | 116 | 104 |
| Binary | 11101101 | 1101111 | 10010000 | 0 | 110101 | 100111 | 111 | 101011000 | 1001110 | 1000100 |
Color Harmonies of #ED6F90
Complementary color
Monochromatic Colors of #ED6F90
Black with #ED6F90
Text Example
Text Example
White with #ED6F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6F90; }
p { color: rgb(237,111,144); }
H1.HeaderClassName
{
color: #ED6F90;
}
.AnyTagClassName
{
color: #ED6F90;
}
</style>
background-color css
<style>
a { background-color: #ED6F90; }
a { background-color: rgb(237,111,144); }
div.DivClassName
{
background-color: #ED6F90;
}
.BgClassName
{
background-color: #ED6F90;
}
</style>
border-color css
<style>
span { border-color: #ED6F90; }
span { border-color: rgb(237,111,144); }
td.TdClassName
{
border-color: #ED6F90;
}
.TagClassName
{
border-color: #ED6F90;
}
</style>