Shades of Tea Rose #EE7ECD
Tints of Tea Rose #EE7ECD
RGB
CMYK
RGB Variations
Color information
#EE7ECD (or 0xEE7ECD) is known color: Tea Rose. HEX triplet: EE, 7E and CD. RGB value is (238,126,205). Sum of RGB (Red+Green+Blue) = 238+126+205=569 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.83% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7ECD is #118132. Grayscale: #A8A8A8. Windows color (decimal): -1147187 or 13467374. OLE color: 13467374.
HSL color Cylindrical-coordinate representation of color #EE7ECD: hue angle of 317.68º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7ECD is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 126 | 205 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.07 |
| HSL | 317.68º | 0.77% | 0.71% | - |
| HSV(B) | 317.68º | 0.47% | 0.93% | - |
| XYZ | 53.74 | 37.51 | 62.16 | - |
| YUV | 168.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 126 | 205 | 0 | 0.47 | 0.14 | 0.07 | 317.68 | 0.77 | 0.71 |
| Hex | EE | 7E | CD | 0 | 2F | E | 7 | 13E | 4D | 47 |
| Octal | 356 | 176 | 315 | 0 | 57 | 16 | 7 | 476 | 115 | 107 |
| Binary | 11101110 | 1111110 | 11001101 | 0 | 101111 | 1110 | 111 | 100111110 | 1001101 | 1000111 |
Color Harmonies of #EE7ECD
Complementary color
Monochromatic Colors of #EE7ECD
Black with #EE7ECD
Text Example
Text Example
White with #EE7ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7ECD; }
p { color: rgb(238,126,205); }
H1.HeaderClassName
{
color: #EE7ECD;
}
.AnyTagClassName
{
color: #EE7ECD;
}
</style>
background-color css
<style>
a { background-color: #EE7ECD; }
a { background-color: rgb(238,126,205); }
div.DivClassName
{
background-color: #EE7ECD;
}
.BgClassName
{
background-color: #EE7ECD;
}
</style>
border-color css
<style>
span { border-color: #EE7ECD; }
span { border-color: rgb(238,126,205); }
td.TdClassName
{
border-color: #EE7ECD;
}
.TagClassName
{
border-color: #EE7ECD;
}
</style>