Shades of Deep Blush #E16F8E
Tints of Deep Blush #E16F8E
RGB
CMYK
RGB Variations
Color information
#E16F8E (or 0xE16F8E) is known color: Deep Blush. HEX triplet: E1, 6F and 8E. RGB value is (225,111,142). Sum of RGB (Red+Green+Blue) = 225+111+142=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F8E is #1E9071. Grayscale: #949494. Windows color (decimal): -2003058 or 9334753. OLE color: 9334753.
HSL color Cylindrical-coordinate representation of color #E16F8E: hue angle of 343.68º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16F8E is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 142 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.12 |
| HSL | 343.68º | 0.66% | 0.66% | - |
| HSV(B) | 343.68º | 0.51% | 0.88% | - |
| XYZ | 41.62 | 29.33 | 29.06 | - |
| YUV | 148.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 142 | 0 | 0.51 | 0.37 | 0.12 | 343.68 | 0.66 | 0.66 |
| Hex | E1 | 6F | 8E | 0 | 33 | 25 | C | 158 | 42 | 42 |
| Octal | 341 | 157 | 216 | 0 | 63 | 45 | 14 | 530 | 102 | 102 |
| Binary | 11100001 | 1101111 | 10001110 | 0 | 110011 | 100101 | 1100 | 101011000 | 1000010 | 1000010 |
Color Harmonies of #E16F8E
Complementary color
Monochromatic Colors of #E16F8E
Black with #E16F8E
Text Example
Text Example
White with #E16F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F8E; }
p { color: rgb(225,111,142); }
H1.HeaderClassName
{
color: #E16F8E;
}
.AnyTagClassName
{
color: #E16F8E;
}
</style>
background-color css
<style>
a { background-color: #E16F8E; }
a { background-color: rgb(225,111,142); }
div.DivClassName
{
background-color: #E16F8E;
}
.BgClassName
{
background-color: #E16F8E;
}
</style>
border-color css
<style>
span { border-color: #E16F8E; }
span { border-color: rgb(225,111,142); }
td.TdClassName
{
border-color: #E16F8E;
}
.TagClassName
{
border-color: #E16F8E;
}
</style>