Shades of Deep Blush #E8608F
Tints of Deep Blush #E8608F
RGB
CMYK
RGB Variations
Color information
#E8608F (or 0xE8608F) is known color: Deep Blush. HEX triplet: E8, 60 and 8F. RGB value is (232,96,143). Sum of RGB (Red+Green+Blue) = 232+96+143=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 232 - color contains mainly: red. Hex color #E8608F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8608F is #179F70. Grayscale: #8D8D8D. Windows color (decimal): -1548145 or 9396456. OLE color: 9396456.
HSL color Cylindrical-coordinate representation of color #E8608F: hue angle of 339.26º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E8608F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 143 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.09 |
| HSL | 339.26º | 0.75% | 0.64% | - |
| HSV(B) | 339.26º | 0.59% | 0.91% | - |
| XYZ | 42.42 | 27.5 | 29.06 | - |
| YUV | 142.02 | 128.56 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 143 | 0 | 0.59 | 0.38 | 0.09 | 339.26 | 0.75 | 0.64 |
| Hex | E8 | 60 | 8F | 0 | 3B | 26 | 9 | 153 | 4B | 40 |
| Octal | 350 | 140 | 217 | 0 | 73 | 46 | 11 | 523 | 113 | 100 |
| Binary | 11101000 | 1100000 | 10001111 | 0 | 111011 | 100110 | 1001 | 101010011 | 1001011 | 1000000 |
Color Harmonies of #E8608F
Complementary color
Monochromatic Colors of #E8608F
Black with #E8608F
Text Example
Text Example
White with #E8608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8608F; }
p { color: rgb(232,96,143); }
H1.HeaderClassName
{
color: #E8608F;
}
.AnyTagClassName
{
color: #E8608F;
}
</style>
background-color css
<style>
a { background-color: #E8608F; }
a { background-color: rgb(232,96,143); }
div.DivClassName
{
background-color: #E8608F;
}
.BgClassName
{
background-color: #E8608F;
}
</style>
border-color css
<style>
span { border-color: #E8608F; }
span { border-color: rgb(232,96,143); }
td.TdClassName
{
border-color: #E8608F;
}
.TagClassName
{
border-color: #E8608F;
}
</style>