Shades of Deep Blush #EE6791
Tints of Deep Blush #EE6791
RGB
CMYK
RGB Variations
Color information
#EE6791 (or 0xEE6791) is known color: Deep Blush. HEX triplet: EE, 67 and 91. RGB value is (238,103,145). Sum of RGB (Red+Green+Blue) = 238+103+145=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 103 (40.62% from 255 or 21.19% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6791 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6791 is #11986E. Grayscale: #949494. Windows color (decimal): -1153135 or 9529326. OLE color: 9529326.
HSL color Cylindrical-coordinate representation of color #EE6791: hue angle of 341.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6791 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 103 | 145 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.07 |
| HSL | 341.33º | 0.8% | 0.67% | - |
| HSV(B) | 341.33º | 0.57% | 0.93% | - |
| XYZ | 45.22 | 29.92 | 30.18 | - |
| YUV | 148.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 103 | 145 | 0 | 0.57 | 0.39 | 0.07 | 341.33 | 0.8 | 0.67 |
| Hex | EE | 67 | 91 | 0 | 39 | 27 | 7 | 155 | 50 | 43 |
| Octal | 356 | 147 | 221 | 0 | 71 | 47 | 7 | 525 | 120 | 103 |
| Binary | 11101110 | 1100111 | 10010001 | 0 | 111001 | 100111 | 111 | 101010101 | 1010000 | 1000011 |
Color Harmonies of #EE6791
Complementary color
Monochromatic Colors of #EE6791
Black with #EE6791
Text Example
Text Example
White with #EE6791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6791; }
p { color: rgb(238,103,145); }
H1.HeaderClassName
{
color: #EE6791;
}
.AnyTagClassName
{
color: #EE6791;
}
</style>
background-color css
<style>
a { background-color: #EE6791; }
a { background-color: rgb(238,103,145); }
div.DivClassName
{
background-color: #EE6791;
}
.BgClassName
{
background-color: #EE6791;
}
</style>
border-color css
<style>
span { border-color: #EE6791; }
span { border-color: rgb(238,103,145); }
td.TdClassName
{
border-color: #EE6791;
}
.TagClassName
{
border-color: #EE6791;
}
</style>