Shades of Deep Blush #ED6685
Tints of Deep Blush #ED6685
RGB
CMYK
RGB Variations
Color information
#ED6685 (or 0xED6685) is known color: Deep Blush. HEX triplet: ED, 66 and 85. RGB value is (237,102,133). Sum of RGB (Red+Green+Blue) = 237+102+133=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 102 (40.23% from 255 or 21.61% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6685 is #12997A. Grayscale: #919191. Windows color (decimal): -1218939 or 8742637. OLE color: 8742637.
HSL color Cylindrical-coordinate representation of color #ED6685: hue angle of 346.22º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6685 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 133 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.07 |
| HSL | 346.22º | 0.79% | 0.66% | - |
| HSV(B) | 346.22º | 0.57% | 0.93% | - |
| XYZ | 43.91 | 29.2 | 25.51 | - |
| YUV | 145.9 | 120.73 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 133 | 0 | 0.57 | 0.44 | 0.07 | 346.22 | 0.79 | 0.66 |
| Hex | ED | 66 | 85 | 0 | 39 | 2C | 7 | 15A | 4F | 42 |
| Octal | 355 | 146 | 205 | 0 | 71 | 54 | 7 | 532 | 117 | 102 |
| Binary | 11101101 | 1100110 | 10000101 | 0 | 111001 | 101100 | 111 | 101011010 | 1001111 | 1000010 |
Color Harmonies of #ED6685
Complementary color
Monochromatic Colors of #ED6685
Black with #ED6685
Text Example
Text Example
White with #ED6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6685; }
p { color: rgb(237,102,133); }
H1.HeaderClassName
{
color: #ED6685;
}
.AnyTagClassName
{
color: #ED6685;
}
</style>
background-color css
<style>
a { background-color: #ED6685; }
a { background-color: rgb(237,102,133); }
div.DivClassName
{
background-color: #ED6685;
}
.BgClassName
{
background-color: #ED6685;
}
</style>
border-color css
<style>
span { border-color: #ED6685; }
span { border-color: rgb(237,102,133); }
td.TdClassName
{
border-color: #ED6685;
}
.TagClassName
{
border-color: #ED6685;
}
</style>