Shades of Tea Rose #ED8AC8
Tints of Tea Rose #ED8AC8
RGB
CMYK
RGB Variations
Color information
#ED8AC8 (or 0xED8AC8) is known color: Tea Rose. HEX triplet: ED, 8A and C8. RGB value is (237,138,200). Sum of RGB (Red+Green+Blue) = 237+138+200=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 138 (54.30% from 255 or 24% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8AC8 is #127537. Grayscale: #AEAEAE. Windows color (decimal): -1209656 or 13142765. OLE color: 13142765.
HSL color Cylindrical-coordinate representation of color #ED8AC8: hue angle of 322.42º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8AC8 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 200 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.07 |
| HSL | 322.42º | 0.73% | 0.74% | - |
| HSV(B) | 322.42º | 0.42% | 0.93% | - |
| XYZ | 54.44 | 40.35 | 59.56 | - |
| YUV | 174.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 200 | 0 | 0.42 | 0.16 | 0.07 | 322.42 | 0.73 | 0.74 |
| Hex | ED | 8A | C8 | 0 | 2A | 10 | 7 | 142 | 49 | 4A |
| Octal | 355 | 212 | 310 | 0 | 52 | 20 | 7 | 502 | 111 | 112 |
| Binary | 11101101 | 10001010 | 11001000 | 0 | 101010 | 10000 | 111 | 101000010 | 1001001 | 1001010 |
Color Harmonies of #ED8AC8
Complementary color
Monochromatic Colors of #ED8AC8
Black with #ED8AC8
Text Example
Text Example
White with #ED8AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AC8; }
p { color: rgb(237,138,200); }
H1.HeaderClassName
{
color: #ED8AC8;
}
.AnyTagClassName
{
color: #ED8AC8;
}
</style>
background-color css
<style>
a { background-color: #ED8AC8; }
a { background-color: rgb(237,138,200); }
div.DivClassName
{
background-color: #ED8AC8;
}
.BgClassName
{
background-color: #ED8AC8;
}
</style>
border-color css
<style>
span { border-color: #ED8AC8; }
span { border-color: rgb(237,138,200); }
td.TdClassName
{
border-color: #ED8AC8;
}
.TagClassName
{
border-color: #ED8AC8;
}
</style>