Shades of Deep Blush #EE728A
Tints of Deep Blush #EE728A
RGB
CMYK
RGB Variations
Color information
#EE728A (or 0xEE728A) is known color: Deep Blush. HEX triplet: EE, 72 and 8A. RGB value is (238,114,138). Sum of RGB (Red+Green+Blue) = 238+114+138=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE728A is #118D75. Grayscale: #999999. Windows color (decimal): -1150326 or 9073390. OLE color: 9073390.
HSL color Cylindrical-coordinate representation of color #EE728A: hue angle of 348.39º degrees, saturation: 0.78, 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 #EE728A is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 138 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.07 |
| HSL | 348.39º | 0.78% | 0.69% | - |
| HSV(B) | 348.39º | 0.52% | 0.93% | - |
| XYZ | 45.86 | 32.05 | 27.81 | - |
| YUV | 153.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 138 | 0 | 0.52 | 0.42 | 0.07 | 348.39 | 0.78 | 0.69 |
| Hex | EE | 72 | 8A | 0 | 34 | 2A | 7 | 15C | 4E | 45 |
| Octal | 356 | 162 | 212 | 0 | 64 | 52 | 7 | 534 | 116 | 105 |
| Binary | 11101110 | 1110010 | 10001010 | 0 | 110100 | 101010 | 111 | 101011100 | 1001110 | 1000101 |
Color Harmonies of #EE728A
Complementary color
Monochromatic Colors of #EE728A
Black with #EE728A
Text Example
Text Example
White with #EE728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE728A; }
p { color: rgb(238,114,138); }
H1.HeaderClassName
{
color: #EE728A;
}
.AnyTagClassName
{
color: #EE728A;
}
</style>
background-color css
<style>
a { background-color: #EE728A; }
a { background-color: rgb(238,114,138); }
div.DivClassName
{
background-color: #EE728A;
}
.BgClassName
{
background-color: #EE728A;
}
</style>
border-color css
<style>
span { border-color: #EE728A; }
span { border-color: rgb(238,114,138); }
td.TdClassName
{
border-color: #EE728A;
}
.TagClassName
{
border-color: #EE728A;
}
</style>