Shades of Tea Rose #EB90CF
Tints of Tea Rose #EB90CF
RGB
CMYK
RGB Variations
Color information
#EB90CF (or 0xEB90CF) is known color: Tea Rose. HEX triplet: EB, 90 and CF. RGB value is (235,144,207). Sum of RGB (Red+Green+Blue) = 235+144+207=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90CF is #146F30. Grayscale: #B2B2B2. Windows color (decimal): -1339185 or 13603051. OLE color: 13603051.
HSL color Cylindrical-coordinate representation of color #EB90CF: hue angle of 318.46º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB90CF is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 144 | 207 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.08 |
| HSL | 318.46º | 0.69% | 0.74% | - |
| HSV(B) | 318.46º | 0.39% | 0.92% | - |
| XYZ | 55.5 | 42.11 | 64.24 | - |
| YUV | 178.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 144 | 207 | 0 | 0.39 | 0.12 | 0.08 | 318.46 | 0.69 | 0.74 |
| Hex | EB | 90 | CF | 0 | 27 | C | 8 | 13E | 45 | 4A |
| Octal | 353 | 220 | 317 | 0 | 47 | 14 | 10 | 476 | 105 | 112 |
| Binary | 11101011 | 10010000 | 11001111 | 0 | 100111 | 1100 | 1000 | 100111110 | 1000101 | 1001010 |
Color Harmonies of #EB90CF
Complementary color
Monochromatic Colors of #EB90CF
Black with #EB90CF
Text Example
Text Example
White with #EB90CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB90CF; }
p { color: rgb(235,144,207); }
H1.HeaderClassName
{
color: #EB90CF;
}
.AnyTagClassName
{
color: #EB90CF;
}
</style>
background-color css
<style>
a { background-color: #EB90CF; }
a { background-color: rgb(235,144,207); }
div.DivClassName
{
background-color: #EB90CF;
}
.BgClassName
{
background-color: #EB90CF;
}
</style>
border-color css
<style>
span { border-color: #EB90CF; }
span { border-color: rgb(235,144,207); }
td.TdClassName
{
border-color: #EB90CF;
}
.TagClassName
{
border-color: #EB90CF;
}
</style>