Shades of Deep Blush #EC6685
Tints of Deep Blush #EC6685
RGB
CMYK
RGB Variations
Color information
#EC6685 (or 0xEC6685) is known color: Deep Blush. HEX triplet: EC, 66 and 85. RGB value is (236,102,133). Sum of RGB (Red+Green+Blue) = 236+102+133=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 102 (40.23% from 255 or 21.66% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6685 is #13997A. Grayscale: #919191. Windows color (decimal): -1284475 or 8742636. OLE color: 8742636.
HSL color Cylindrical-coordinate representation of color #EC6685: hue angle of 346.12º degrees, saturation: 0.78, 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 #EC6685 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 133 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.07 |
| HSL | 346.12º | 0.78% | 0.66% | - |
| HSV(B) | 346.12º | 0.57% | 0.93% | - |
| XYZ | 43.58 | 29.03 | 25.5 | - |
| YUV | 145.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 133 | 0 | 0.57 | 0.44 | 0.07 | 346.12 | 0.78 | 0.66 |
| Hex | EC | 66 | 85 | 0 | 39 | 2C | 7 | 15A | 4E | 42 |
| Octal | 354 | 146 | 205 | 0 | 71 | 54 | 7 | 532 | 116 | 102 |
| Binary | 11101100 | 1100110 | 10000101 | 0 | 111001 | 101100 | 111 | 101011010 | 1001110 | 1000010 |
Color Harmonies of #EC6685
Complementary color
Monochromatic Colors of #EC6685
Black with #EC6685
Text Example
Text Example
White with #EC6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6685; }
p { color: rgb(236,102,133); }
H1.HeaderClassName
{
color: #EC6685;
}
.AnyTagClassName
{
color: #EC6685;
}
</style>
background-color css
<style>
a { background-color: #EC6685; }
a { background-color: rgb(236,102,133); }
div.DivClassName
{
background-color: #EC6685;
}
.BgClassName
{
background-color: #EC6685;
}
</style>
border-color css
<style>
span { border-color: #EC6685; }
span { border-color: rgb(236,102,133); }
td.TdClassName
{
border-color: #EC6685;
}
.TagClassName
{
border-color: #EC6685;
}
</style>