Shades of Tea Rose #ED8CCA
Tints of Tea Rose #ED8CCA
RGB
CMYK
RGB Variations
Color information
#ED8CCA (or 0xED8CCA) is known color: Tea Rose. HEX triplet: ED, 8C and CA. RGB value is (237,140,202). Sum of RGB (Red+Green+Blue) = 237+140+202=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CCA is #127335. Grayscale: #AFAFAF. Windows color (decimal): -1209142 or 13274349. OLE color: 13274349.
HSL color Cylindrical-coordinate representation of color #ED8CCA: hue angle of 321.65º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CCA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 202 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.07 |
| HSL | 321.65º | 0.73% | 0.74% | - |
| HSV(B) | 321.65º | 0.41% | 0.93% | - |
| XYZ | 54.96 | 41.02 | 60.9 | - |
| YUV | 176.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 202 | 0 | 0.41 | 0.15 | 0.07 | 321.65 | 0.73 | 0.74 |
| Hex | ED | 8C | CA | 0 | 29 | F | 7 | 142 | 49 | 4A |
| Octal | 355 | 214 | 312 | 0 | 51 | 17 | 7 | 502 | 111 | 112 |
| Binary | 11101101 | 10001100 | 11001010 | 0 | 101001 | 1111 | 111 | 101000010 | 1001001 | 1001010 |
Color Harmonies of #ED8CCA
Complementary color
Monochromatic Colors of #ED8CCA
Black with #ED8CCA
Text Example
Text Example
White with #ED8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CCA; }
p { color: rgb(237,140,202); }
H1.HeaderClassName
{
color: #ED8CCA;
}
.AnyTagClassName
{
color: #ED8CCA;
}
</style>
background-color css
<style>
a { background-color: #ED8CCA; }
a { background-color: rgb(237,140,202); }
div.DivClassName
{
background-color: #ED8CCA;
}
.BgClassName
{
background-color: #ED8CCA;
}
</style>
border-color css
<style>
span { border-color: #ED8CCA; }
span { border-color: rgb(237,140,202); }
td.TdClassName
{
border-color: #ED8CCA;
}
.TagClassName
{
border-color: #ED8CCA;
}
</style>