Shades of Deep Blush #ED718A
Tints of Deep Blush #ED718A
RGB
CMYK
RGB Variations
Color information
#ED718A (or 0xED718A) is known color: Deep Blush. HEX triplet: ED, 71 and 8A. RGB value is (237,113,138). Sum of RGB (Red+Green+Blue) = 237+113+138=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #ED718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED718A is #128E75. Grayscale: #989898. Windows color (decimal): -1216118 or 9073133. OLE color: 9073133.
HSL color Cylindrical-coordinate representation of color #ED718A: hue angle of 347.9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED718A is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 113 | 138 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.07 |
| HSL | 347.9º | 0.78% | 0.69% | - |
| HSV(B) | 347.9º | 0.52% | 0.93% | - |
| XYZ | 45.42 | 31.65 | 27.76 | - |
| YUV | 152.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 113 | 138 | 0 | 0.52 | 0.42 | 0.07 | 347.9 | 0.78 | 0.69 |
| Hex | ED | 71 | 8A | 0 | 34 | 2A | 7 | 15C | 4E | 45 |
| Octal | 355 | 161 | 212 | 0 | 64 | 52 | 7 | 534 | 116 | 105 |
| Binary | 11101101 | 1110001 | 10001010 | 0 | 110100 | 101010 | 111 | 101011100 | 1001110 | 1000101 |
Color Harmonies of #ED718A
Complementary color
Monochromatic Colors of #ED718A
Black with #ED718A
Text Example
Text Example
White with #ED718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED718A; }
p { color: rgb(237,113,138); }
H1.HeaderClassName
{
color: #ED718A;
}
.AnyTagClassName
{
color: #ED718A;
}
</style>
background-color css
<style>
a { background-color: #ED718A; }
a { background-color: rgb(237,113,138); }
div.DivClassName
{
background-color: #ED718A;
}
.BgClassName
{
background-color: #ED718A;
}
</style>
border-color css
<style>
span { border-color: #ED718A; }
span { border-color: rgb(237,113,138); }
td.TdClassName
{
border-color: #ED718A;
}
.TagClassName
{
border-color: #ED718A;
}
</style>