Shades of Tea Rose #EE8FCB
Tints of Tea Rose #EE8FCB
RGB
CMYK
RGB Variations
Color information
#EE8FCB (or 0xEE8FCB) is known color: Tea Rose. HEX triplet: EE, 8F and CB. RGB value is (238,143,203). Sum of RGB (Red+Green+Blue) = 238+143+203=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE8FCB is #117034. Grayscale: #B2B2B2. Windows color (decimal): -1142837 or 13340654. OLE color: 13340654.
HSL color Cylindrical-coordinate representation of color #EE8FCB: hue angle of 322.11º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE8FCB is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 203 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.07 |
| HSL | 322.11º | 0.74% | 0.75% | - |
| HSV(B) | 322.11º | 0.4% | 0.93% | - |
| XYZ | 55.86 | 42.13 | 61.69 | - |
| YUV | 178.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 203 | 0 | 0.40 | 0.15 | 0.07 | 322.11 | 0.74 | 0.75 |
| Hex | EE | 8F | CB | 0 | 28 | F | 7 | 142 | 4A | 4B |
| Octal | 356 | 217 | 313 | 0 | 50 | 17 | 7 | 502 | 112 | 113 |
| Binary | 11101110 | 10001111 | 11001011 | 0 | 101000 | 1111 | 111 | 101000010 | 1001010 | 1001011 |
Color Harmonies of #EE8FCB
Complementary color
Monochromatic Colors of #EE8FCB
Black with #EE8FCB
Text Example
Text Example
White with #EE8FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8FCB; }
p { color: rgb(238,143,203); }
H1.HeaderClassName
{
color: #EE8FCB;
}
.AnyTagClassName
{
color: #EE8FCB;
}
</style>
background-color css
<style>
a { background-color: #EE8FCB; }
a { background-color: rgb(238,143,203); }
div.DivClassName
{
background-color: #EE8FCB;
}
.BgClassName
{
background-color: #EE8FCB;
}
</style>
border-color css
<style>
span { border-color: #EE8FCB; }
span { border-color: rgb(238,143,203); }
td.TdClassName
{
border-color: #EE8FCB;
}
.TagClassName
{
border-color: #EE8FCB;
}
</style>