Shades of Tea Rose #EE7CCD
Tints of Tea Rose #EE7CCD
RGB
CMYK
RGB Variations
Color information
#EE7CCD (or 0xEE7CCD) is known color: Tea Rose. HEX triplet: EE, 7C and CD. RGB value is (238,124,205). Sum of RGB (Red+Green+Blue) = 238+124+205=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7CCD is #118332. Grayscale: #A7A7A7. Windows color (decimal): -1147699 or 13466862. OLE color: 13466862.
HSL color Cylindrical-coordinate representation of color #EE7CCD: hue angle of 317.37º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7CCD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 205 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.07 |
| HSL | 317.37º | 0.77% | 0.71% | - |
| HSV(B) | 317.37º | 0.48% | 0.93% | - |
| XYZ | 53.49 | 37 | 62.08 | - |
| YUV | 167.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 205 | 0 | 0.48 | 0.14 | 0.07 | 317.37 | 0.77 | 0.71 |
| Hex | EE | 7C | CD | 0 | 30 | E | 7 | 13D | 4D | 47 |
| Octal | 356 | 174 | 315 | 0 | 60 | 16 | 7 | 475 | 115 | 107 |
| Binary | 11101110 | 1111100 | 11001101 | 0 | 110000 | 1110 | 111 | 100111101 | 1001101 | 1000111 |
Color Harmonies of #EE7CCD
Complementary color
Monochromatic Colors of #EE7CCD
Black with #EE7CCD
Text Example
Text Example
White with #EE7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7CCD; }
p { color: rgb(238,124,205); }
H1.HeaderClassName
{
color: #EE7CCD;
}
.AnyTagClassName
{
color: #EE7CCD;
}
</style>
background-color css
<style>
a { background-color: #EE7CCD; }
a { background-color: rgb(238,124,205); }
div.DivClassName
{
background-color: #EE7CCD;
}
.BgClassName
{
background-color: #EE7CCD;
}
</style>
border-color css
<style>
span { border-color: #EE7CCD; }
span { border-color: rgb(238,124,205); }
td.TdClassName
{
border-color: #EE7CCD;
}
.TagClassName
{
border-color: #EE7CCD;
}
</style>