Shades of Tea Rose #EE7FC5
Tints of Tea Rose #EE7FC5
RGB
CMYK
RGB Variations
Color information
#EE7FC5 (or 0xEE7FC5) is known color: Tea Rose. HEX triplet: EE, 7F and C5. RGB value is (238,127,197). Sum of RGB (Red+Green+Blue) = 238+127+197=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FC5 is #11803A. Grayscale: #A8A8A8. Windows color (decimal): -1146939 or 12943342. OLE color: 12943342.
HSL color Cylindrical-coordinate representation of color #EE7FC5: hue angle of 322.16º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FC5 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 197 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.07 |
| HSL | 322.16º | 0.77% | 0.72% | - |
| HSV(B) | 322.16º | 0.47% | 0.93% | - |
| XYZ | 52.93 | 37.39 | 57.25 | - |
| YUV | 168.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 197 | 0 | 0.47 | 0.17 | 0.07 | 322.16 | 0.77 | 0.72 |
| Hex | EE | 7F | C5 | 0 | 2F | 11 | 7 | 142 | 4D | 48 |
| Octal | 356 | 177 | 305 | 0 | 57 | 21 | 7 | 502 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11000101 | 0 | 101111 | 10001 | 111 | 101000010 | 1001101 | 1001000 |
Color Harmonies of #EE7FC5
Complementary color
Monochromatic Colors of #EE7FC5
Black with #EE7FC5
Text Example
Text Example
White with #EE7FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FC5; }
p { color: rgb(238,127,197); }
H1.HeaderClassName
{
color: #EE7FC5;
}
.AnyTagClassName
{
color: #EE7FC5;
}
</style>
background-color css
<style>
a { background-color: #EE7FC5; }
a { background-color: rgb(238,127,197); }
div.DivClassName
{
background-color: #EE7FC5;
}
.BgClassName
{
background-color: #EE7FC5;
}
</style>
border-color css
<style>
span { border-color: #EE7FC5; }
span { border-color: rgb(238,127,197); }
td.TdClassName
{
border-color: #EE7FC5;
}
.TagClassName
{
border-color: #EE7FC5;
}
</style>