Shades of Deep Blush #ED768A
Tints of Deep Blush #ED768A
RGB
CMYK
RGB Variations
Color information
#ED768A (or 0xED768A) is known color: Deep Blush. HEX triplet: ED, 76 and 8A. RGB value is (237,118,138). Sum of RGB (Red+Green+Blue) = 237+118+138=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED768A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED768A is #128975. Grayscale: #9B9B9B. Windows color (decimal): -1214838 or 9074413. OLE color: 9074413.
HSL color Cylindrical-coordinate representation of color #ED768A: hue angle of 349.92º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED768A is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 118 | 138 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.07 |
| HSL | 349.92º | 0.77% | 0.7% | - |
| HSV(B) | 349.92º | 0.5% | 0.93% | - |
| XYZ | 45.99 | 32.8 | 27.95 | - |
| YUV | 155.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 118 | 138 | 0 | 0.50 | 0.42 | 0.07 | 349.92 | 0.77 | 0.7 |
| Hex | ED | 76 | 8A | 0 | 32 | 2A | 7 | 15E | 4D | 46 |
| Octal | 355 | 166 | 212 | 0 | 62 | 52 | 7 | 536 | 115 | 106 |
| Binary | 11101101 | 1110110 | 10001010 | 0 | 110010 | 101010 | 111 | 101011110 | 1001101 | 1000110 |
Color Harmonies of #ED768A
Complementary color
Monochromatic Colors of #ED768A
Black with #ED768A
Text Example
Text Example
White with #ED768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED768A; }
p { color: rgb(237,118,138); }
H1.HeaderClassName
{
color: #ED768A;
}
.AnyTagClassName
{
color: #ED768A;
}
</style>
background-color css
<style>
a { background-color: #ED768A; }
a { background-color: rgb(237,118,138); }
div.DivClassName
{
background-color: #ED768A;
}
.BgClassName
{
background-color: #ED768A;
}
</style>
border-color css
<style>
span { border-color: #ED768A; }
span { border-color: rgb(237,118,138); }
td.TdClassName
{
border-color: #ED768A;
}
.TagClassName
{
border-color: #ED768A;
}
</style>