Shades of Tea Rose #E990CF
Tints of Tea Rose #E990CF
RGB
CMYK
RGB Variations
Color information
#E990CF (or 0xE990CF) is known color: Tea Rose. HEX triplet: E9, 90 and CF. RGB value is (233,144,207). Sum of RGB (Red+Green+Blue) = 233+144+207=584 (77% of max value = 765). Red value is 233 (91.41% from 255 or 39.90% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 233 - color contains mainly: red. Hex color #E990CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990CF is #166F30. Grayscale: #B1B1B1. Windows color (decimal): -1470257 or 13603049. OLE color: 13603049.
HSL color Cylindrical-coordinate representation of color #E990CF: hue angle of 317.53º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990CF is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 144 | 207 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.09 |
| HSL | 317.53º | 0.67% | 0.74% | - |
| HSV(B) | 317.53º | 0.38% | 0.91% | - |
| XYZ | 54.84 | 41.78 | 64.2 | - |
| YUV | 177.79 | 144.49 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 144 | 207 | 0 | 0.38 | 0.11 | 0.09 | 317.53 | 0.67 | 0.74 |
| Hex | E9 | 90 | CF | 0 | 26 | B | 9 | 13E | 43 | 4A |
| Octal | 351 | 220 | 317 | 0 | 46 | 13 | 11 | 476 | 103 | 112 |
| Binary | 11101001 | 10010000 | 11001111 | 0 | 100110 | 1011 | 1001 | 100111110 | 1000011 | 1001010 |
Color Harmonies of #E990CF
Complementary color
Monochromatic Colors of #E990CF
Black with #E990CF
Text Example
Text Example
White with #E990CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E990CF; }
p { color: rgb(233,144,207); }
H1.HeaderClassName
{
color: #E990CF;
}
.AnyTagClassName
{
color: #E990CF;
}
</style>
background-color css
<style>
a { background-color: #E990CF; }
a { background-color: rgb(233,144,207); }
div.DivClassName
{
background-color: #E990CF;
}
.BgClassName
{
background-color: #E990CF;
}
</style>
border-color css
<style>
span { border-color: #E990CF; }
span { border-color: rgb(233,144,207); }
td.TdClassName
{
border-color: #E990CF;
}
.TagClassName
{
border-color: #E990CF;
}
</style>