Shades of Deep Blush #ED668A
Tints of Deep Blush #ED668A
RGB
CMYK
RGB Variations
Color information
#ED668A (or 0xED668A) is known color: Deep Blush. HEX triplet: ED, 66 and 8A. RGB value is (237,102,138). Sum of RGB (Red+Green+Blue) = 237+102+138=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED668A is #129975. Grayscale: #929292. Windows color (decimal): -1218934 or 9070317. OLE color: 9070317.
HSL color Cylindrical-coordinate representation of color #ED668A: hue angle of 344º 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 #ED668A is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 102 | 138 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.07 |
| HSL | 344º | 0.79% | 0.66% | - |
| HSV(B) | 344º | 0.57% | 0.93% | - |
| XYZ | 44.26 | 29.34 | 27.38 | - |
| YUV | 146.47 | 123.23 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 102 | 138 | 0 | 0.57 | 0.42 | 0.07 | 344 | 0.79 | 0.66 |
| Hex | ED | 66 | 8A | 0 | 39 | 2A | 7 | 158 | 4F | 42 |
| Octal | 355 | 146 | 212 | 0 | 71 | 52 | 7 | 530 | 117 | 102 |
| Binary | 11101101 | 1100110 | 10001010 | 0 | 111001 | 101010 | 111 | 101011000 | 1001111 | 1000010 |
Color Harmonies of #ED668A
Complementary color
Monochromatic Colors of #ED668A
Black with #ED668A
Text Example
Text Example
White with #ED668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED668A; }
p { color: rgb(237,102,138); }
H1.HeaderClassName
{
color: #ED668A;
}
.AnyTagClassName
{
color: #ED668A;
}
</style>
background-color css
<style>
a { background-color: #ED668A; }
a { background-color: rgb(237,102,138); }
div.DivClassName
{
background-color: #ED668A;
}
.BgClassName
{
background-color: #ED668A;
}
</style>
border-color css
<style>
span { border-color: #ED668A; }
span { border-color: rgb(237,102,138); }
td.TdClassName
{
border-color: #ED668A;
}
.TagClassName
{
border-color: #ED668A;
}
</style>