Shades of Deep Blush #EE7283
Tints of Deep Blush #EE7283
RGB
CMYK
RGB Variations
Color information
#EE7283 (or 0xEE7283) is known color: Deep Blush. HEX triplet: EE, 72 and 83. RGB value is (238,114,131). Sum of RGB (Red+Green+Blue) = 238+114+131=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7283 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7283 is #118D7C. Grayscale: #999999. Windows color (decimal): -1150333 or 8614638. OLE color: 8614638.
HSL color Cylindrical-coordinate representation of color #EE7283: hue angle of 351.77º 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 #EE7283 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 114 | 131 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.07 |
| HSL | 351.77º | 0.78% | 0.69% | - |
| HSV(B) | 351.77º | 0.52% | 0.93% | - |
| XYZ | 45.37 | 31.85 | 25.23 | - |
| YUV | 153.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 114 | 131 | 0 | 0.52 | 0.45 | 0.07 | 351.77 | 0.78 | 0.69 |
| Hex | EE | 72 | 83 | 0 | 34 | 2D | 7 | 160 | 4E | 45 |
| Octal | 356 | 162 | 203 | 0 | 64 | 55 | 7 | 540 | 116 | 105 |
| Binary | 11101110 | 1110010 | 10000011 | 0 | 110100 | 101101 | 111 | 101100000 | 1001110 | 1000101 |
Color Harmonies of #EE7283
Complementary color
Monochromatic Colors of #EE7283
Black with #EE7283
Text Example
Text Example
White with #EE7283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7283; }
p { color: rgb(238,114,131); }
H1.HeaderClassName
{
color: #EE7283;
}
.AnyTagClassName
{
color: #EE7283;
}
</style>
background-color css
<style>
a { background-color: #EE7283; }
a { background-color: rgb(238,114,131); }
div.DivClassName
{
background-color: #EE7283;
}
.BgClassName
{
background-color: #EE7283;
}
</style>
border-color css
<style>
span { border-color: #EE7283; }
span { border-color: rgb(238,114,131); }
td.TdClassName
{
border-color: #EE7283;
}
.TagClassName
{
border-color: #EE7283;
}
</style>