Shades of Tea Rose #EE7FC4
Tints of Tea Rose #EE7FC4
RGB
CMYK
RGB Variations
Color information
#EE7FC4 (or 0xEE7FC4) is known color: Tea Rose. HEX triplet: EE, 7F and C4. RGB value is (238,127,196). Sum of RGB (Red+Green+Blue) = 238+127+196=561 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.42% from 561); Green value is 127 (50% from 255 or 22.64% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FC4 is #11803B. Grayscale: #A7A7A7. Windows color (decimal): -1146940 or 12877806. OLE color: 12877806.
HSL color Cylindrical-coordinate representation of color #EE7FC4: hue angle of 322.7º 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 #EE7FC4 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 127 | 196 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.07 |
| HSL | 322.7º | 0.77% | 0.72% | - |
| HSV(B) | 322.7º | 0.47% | 0.93% | - |
| XYZ | 52.81 | 37.34 | 56.65 | - |
| YUV | 168.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 196 | 0 | 0.47 | 0.18 | 0.07 | 322.7 | 0.77 | 0.72 |
| Hex | EE | 7F | C4 | 0 | 2F | 12 | 7 | 143 | 4D | 48 |
| Octal | 356 | 177 | 304 | 0 | 57 | 22 | 7 | 503 | 115 | 110 |
| Binary | 11101110 | 1111111 | 11000100 | 0 | 101111 | 10010 | 111 | 101000011 | 1001101 | 1001000 |
Color Harmonies of #EE7FC4
Complementary color
Monochromatic Colors of #EE7FC4
Black with #EE7FC4
Text Example
Text Example
White with #EE7FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FC4; }
p { color: rgb(238,127,196); }
H1.HeaderClassName
{
color: #EE7FC4;
}
.AnyTagClassName
{
color: #EE7FC4;
}
</style>
background-color css
<style>
a { background-color: #EE7FC4; }
a { background-color: rgb(238,127,196); }
div.DivClassName
{
background-color: #EE7FC4;
}
.BgClassName
{
background-color: #EE7FC4;
}
</style>
border-color css
<style>
span { border-color: #EE7FC4; }
span { border-color: rgb(238,127,196); }
td.TdClassName
{
border-color: #EE7FC4;
}
.TagClassName
{
border-color: #EE7FC4;
}
</style>