Shades of Tea Rose #EE82CB
Tints of Tea Rose #EE82CB
RGB
CMYK
RGB Variations
Color information
#EE82CB (or 0xEE82CB) is known color: Tea Rose. HEX triplet: EE, 82 and CB. RGB value is (238,130,203). Sum of RGB (Red+Green+Blue) = 238+130+203=571 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.68% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82CB is #117D34. Grayscale: #AAAAAA. Windows color (decimal): -1146165 or 13337326. OLE color: 13337326.
HSL color Cylindrical-coordinate representation of color #EE82CB: hue angle of 319.44º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE82CB is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 130 | 203 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.07 |
| HSL | 319.44º | 0.76% | 0.72% | - |
| HSV(B) | 319.44º | 0.45% | 0.93% | - |
| XYZ | 54.02 | 38.45 | 61.08 | - |
| YUV | 170.61 | 146.28 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 130 | 203 | 0 | 0.45 | 0.15 | 0.07 | 319.44 | 0.76 | 0.72 |
| Hex | EE | 82 | CB | 0 | 2D | F | 7 | 13F | 4C | 48 |
| Octal | 356 | 202 | 313 | 0 | 55 | 17 | 7 | 477 | 114 | 110 |
| Binary | 11101110 | 10000010 | 11001011 | 0 | 101101 | 1111 | 111 | 100111111 | 1001100 | 1001000 |
Color Harmonies of #EE82CB
Complementary color
Monochromatic Colors of #EE82CB
Black with #EE82CB
Text Example
Text Example
White with #EE82CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE82CB; }
p { color: rgb(238,130,203); }
H1.HeaderClassName
{
color: #EE82CB;
}
.AnyTagClassName
{
color: #EE82CB;
}
</style>
background-color css
<style>
a { background-color: #EE82CB; }
a { background-color: rgb(238,130,203); }
div.DivClassName
{
background-color: #EE82CB;
}
.BgClassName
{
background-color: #EE82CB;
}
</style>
border-color css
<style>
span { border-color: #EE82CB; }
span { border-color: rgb(238,130,203); }
td.TdClassName
{
border-color: #EE82CB;
}
.TagClassName
{
border-color: #EE82CB;
}
</style>