Shades of Tea Rose #ED91CC
Tints of Tea Rose #ED91CC
RGB
CMYK
RGB Variations
Color information
#ED91CC (or 0xED91CC) is known color: Tea Rose. HEX triplet: ED, 91 and CC. RGB value is (237,145,204). Sum of RGB (Red+Green+Blue) = 237+145+204=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED91CC is #126E33. Grayscale: #B3B3B3. Windows color (decimal): -1207860 or 13406701. OLE color: 13406701.
HSL color Cylindrical-coordinate representation of color #ED91CC: hue angle of 321.52º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED91CC is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 204 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.07 |
| HSL | 321.52º | 0.72% | 0.75% | - |
| HSV(B) | 321.52º | 0.39% | 0.93% | - |
| XYZ | 55.95 | 42.61 | 62.4 | - |
| YUV | 179.23 | 141.98 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 204 | 0 | 0.39 | 0.14 | 0.07 | 321.52 | 0.72 | 0.75 |
| Hex | ED | 91 | CC | 0 | 27 | E | 7 | 142 | 48 | 4B |
| Octal | 355 | 221 | 314 | 0 | 47 | 16 | 7 | 502 | 110 | 113 |
| Binary | 11101101 | 10010001 | 11001100 | 0 | 100111 | 1110 | 111 | 101000010 | 1001000 | 1001011 |
Color Harmonies of #ED91CC
Complementary color
Monochromatic Colors of #ED91CC
Black with #ED91CC
Text Example
Text Example
White with #ED91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91CC; }
p { color: rgb(237,145,204); }
H1.HeaderClassName
{
color: #ED91CC;
}
.AnyTagClassName
{
color: #ED91CC;
}
</style>
background-color css
<style>
a { background-color: #ED91CC; }
a { background-color: rgb(237,145,204); }
div.DivClassName
{
background-color: #ED91CC;
}
.BgClassName
{
background-color: #ED91CC;
}
</style>
border-color css
<style>
span { border-color: #ED91CC; }
span { border-color: rgb(237,145,204); }
td.TdClassName
{
border-color: #ED91CC;
}
.TagClassName
{
border-color: #ED91CC;
}
</style>