Shades of Tea Rose #ED8ABC
Tints of Tea Rose #ED8ABC
RGB
CMYK
RGB Variations
Color information
#ED8ABC (or 0xED8ABC) is known color: Tea Rose. HEX triplet: ED, 8A and BC. RGB value is (237,138,188). Sum of RGB (Red+Green+Blue) = 237+138+188=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ABC is #127543. Grayscale: #ADADAD. Windows color (decimal): -1209668 or 12356333. OLE color: 12356333.
HSL color Cylindrical-coordinate representation of color #ED8ABC: hue angle of 329.7º 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 #ED8ABC is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 188 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.07 |
| HSL | 329.7º | 0.73% | 0.74% | - |
| HSV(B) | 329.7º | 0.42% | 0.93% | - |
| XYZ | 53.09 | 39.81 | 52.46 | - |
| YUV | 173.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 188 | 0 | 0.42 | 0.21 | 0.07 | 329.7 | 0.73 | 0.74 |
| Hex | ED | 8A | BC | 0 | 2A | 15 | 7 | 14A | 49 | 4A |
| Octal | 355 | 212 | 274 | 0 | 52 | 25 | 7 | 512 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10111100 | 0 | 101010 | 10101 | 111 | 101001010 | 1001001 | 1001010 |
Color Harmonies of #ED8ABC
Complementary color
Monochromatic Colors of #ED8ABC
Black with #ED8ABC
Text Example
Text Example
White with #ED8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8ABC; }
p { color: rgb(237,138,188); }
H1.HeaderClassName
{
color: #ED8ABC;
}
.AnyTagClassName
{
color: #ED8ABC;
}
</style>
background-color css
<style>
a { background-color: #ED8ABC; }
a { background-color: rgb(237,138,188); }
div.DivClassName
{
background-color: #ED8ABC;
}
.BgClassName
{
background-color: #ED8ABC;
}
</style>
border-color css
<style>
span { border-color: #ED8ABC; }
span { border-color: rgb(237,138,188); }
td.TdClassName
{
border-color: #ED8ABC;
}
.TagClassName
{
border-color: #ED8ABC;
}
</style>