Shades of Deep Blush #ED658B
Tints of Deep Blush #ED658B
RGB
CMYK
RGB Variations
Color information
#ED658B (or 0xED658B) is known color: Deep Blush. HEX triplet: ED, 65 and 8B. RGB value is (237,101,139). Sum of RGB (Red+Green+Blue) = 237+101+139=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED658B is #129A74. Grayscale: #919191. Windows color (decimal): -1219189 or 9135597. OLE color: 9135597.
HSL color Cylindrical-coordinate representation of color #ED658B: hue angle of 343.24º 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 #ED658B is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 101 | 139 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.07 |
| HSL | 343.24º | 0.79% | 0.66% | - |
| HSV(B) | 343.24º | 0.57% | 0.93% | - |
| XYZ | 44.24 | 29.18 | 27.73 | - |
| YUV | 146 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 101 | 139 | 0 | 0.57 | 0.41 | 0.07 | 343.24 | 0.79 | 0.66 |
| Hex | ED | 65 | 8B | 0 | 39 | 29 | 7 | 157 | 4F | 42 |
| Octal | 355 | 145 | 213 | 0 | 71 | 51 | 7 | 527 | 117 | 102 |
| Binary | 11101101 | 1100101 | 10001011 | 0 | 111001 | 101001 | 111 | 101010111 | 1001111 | 1000010 |
Color Harmonies of #ED658B
Complementary color
Monochromatic Colors of #ED658B
Black with #ED658B
Text Example
Text Example
White with #ED658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED658B; }
p { color: rgb(237,101,139); }
H1.HeaderClassName
{
color: #ED658B;
}
.AnyTagClassName
{
color: #ED658B;
}
</style>
background-color css
<style>
a { background-color: #ED658B; }
a { background-color: rgb(237,101,139); }
div.DivClassName
{
background-color: #ED658B;
}
.BgClassName
{
background-color: #ED658B;
}
</style>
border-color css
<style>
span { border-color: #ED658B; }
span { border-color: rgb(237,101,139); }
td.TdClassName
{
border-color: #ED658B;
}
.TagClassName
{
border-color: #ED658B;
}
</style>