Shades of Tea Rose #ED8FCA
Tints of Tea Rose #ED8FCA
RGB
CMYK
RGB Variations
Color information
#ED8FCA (or 0xED8FCA) is known color: Tea Rose. HEX triplet: ED, 8F and CA. RGB value is (237,143,202). Sum of RGB (Red+Green+Blue) = 237+143+202=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FCA is #127035. Grayscale: #B1B1B1. Windows color (decimal): -1208374 or 13275117. OLE color: 13275117.
HSL color Cylindrical-coordinate representation of color #ED8FCA: hue angle of 322.34º degrees, saturation: 0.72, 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 #ED8FCA is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 202 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.07 |
| HSL | 322.34º | 0.72% | 0.75% | - |
| HSV(B) | 322.34º | 0.4% | 0.93% | - |
| XYZ | 55.41 | 41.91 | 61.05 | - |
| YUV | 177.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 202 | 0 | 0.40 | 0.15 | 0.07 | 322.34 | 0.72 | 0.75 |
| Hex | ED | 8F | CA | 0 | 28 | F | 7 | 142 | 48 | 4B |
| Octal | 355 | 217 | 312 | 0 | 50 | 17 | 7 | 502 | 110 | 113 |
| Binary | 11101101 | 10001111 | 11001010 | 0 | 101000 | 1111 | 111 | 101000010 | 1001000 | 1001011 |
Color Harmonies of #ED8FCA
Complementary color
Monochromatic Colors of #ED8FCA
Black with #ED8FCA
Text Example
Text Example
White with #ED8FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FCA; }
p { color: rgb(237,143,202); }
H1.HeaderClassName
{
color: #ED8FCA;
}
.AnyTagClassName
{
color: #ED8FCA;
}
</style>
background-color css
<style>
a { background-color: #ED8FCA; }
a { background-color: rgb(237,143,202); }
div.DivClassName
{
background-color: #ED8FCA;
}
.BgClassName
{
background-color: #ED8FCA;
}
</style>
border-color css
<style>
span { border-color: #ED8FCA; }
span { border-color: rgb(237,143,202); }
td.TdClassName
{
border-color: #ED8FCA;
}
.TagClassName
{
border-color: #ED8FCA;
}
</style>