Shades of Tea Rose #ED8ACC
Tints of Tea Rose #ED8ACC
RGB
CMYK
RGB Variations
Color information
#ED8ACC (or 0xED8ACC) is known color: Tea Rose. HEX triplet: ED, 8A and CC. RGB value is (237,138,204). Sum of RGB (Red+Green+Blue) = 237+138+204=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ACC is #127533. Grayscale: #AEAEAE. Windows color (decimal): -1209652 or 13404909. OLE color: 13404909.
HSL color Cylindrical-coordinate representation of color #ED8ACC: hue angle of 320º 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 #ED8ACC is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 204 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.07 |
| HSL | 320º | 0.73% | 0.74% | - |
| HSV(B) | 320º | 0.42% | 0.93% | - |
| XYZ | 54.91 | 40.54 | 62.06 | - |
| YUV | 175.13 | 144.3 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 204 | 0 | 0.42 | 0.14 | 0.07 | 320 | 0.73 | 0.74 |
| Hex | ED | 8A | CC | 0 | 2A | E | 7 | 140 | 49 | 4A |
| Octal | 355 | 212 | 314 | 0 | 52 | 16 | 7 | 500 | 111 | 112 |
| Binary | 11101101 | 10001010 | 11001100 | 0 | 101010 | 1110 | 111 | 101000000 | 1001001 | 1001010 |
Color Harmonies of #ED8ACC
Complementary color
Monochromatic Colors of #ED8ACC
Black with #ED8ACC
Text Example
Text Example
White with #ED8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ACC; }
p { color: rgb(237,138,204); }
H1.HeaderClassName
{
color: #ED8ACC;
}
.AnyTagClassName
{
color: #ED8ACC;
}
</style>
background-color css
<style>
a { background-color: #ED8ACC; }
a { background-color: rgb(237,138,204); }
div.DivClassName
{
background-color: #ED8ACC;
}
.BgClassName
{
background-color: #ED8ACC;
}
</style>
border-color css
<style>
span { border-color: #ED8ACC; }
span { border-color: rgb(237,138,204); }
td.TdClassName
{
border-color: #ED8ACC;
}
.TagClassName
{
border-color: #ED8ACC;
}
</style>