Shades of Tea Rose #ED80CB
Tints of Tea Rose #ED80CB
RGB
CMYK
RGB Variations
Color information
#ED80CB (or 0xED80CB) is known color: Tea Rose. HEX triplet: ED, 80 and CB. RGB value is (237,128,203). Sum of RGB (Red+Green+Blue) = 237+128+203=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80CB is #127F34. Grayscale: #A8A8A8. Windows color (decimal): -1212213 or 13336813. OLE color: 13336813.
HSL color Cylindrical-coordinate representation of color #ED80CB: hue angle of 318.72º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80CB is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 128 | 203 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.07 |
| HSL | 318.72º | 0.75% | 0.72% | - |
| HSV(B) | 318.72º | 0.46% | 0.93% | - |
| XYZ | 53.42 | 37.75 | 60.97 | - |
| YUV | 169.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 128 | 203 | 0 | 0.46 | 0.14 | 0.07 | 318.72 | 0.75 | 0.72 |
| Hex | ED | 80 | CB | 0 | 2E | E | 7 | 13F | 4B | 48 |
| Octal | 355 | 200 | 313 | 0 | 56 | 16 | 7 | 477 | 113 | 110 |
| Binary | 11101101 | 10000000 | 11001011 | 0 | 101110 | 1110 | 111 | 100111111 | 1001011 | 1001000 |
Color Harmonies of #ED80CB
Complementary color
Monochromatic Colors of #ED80CB
Black with #ED80CB
Text Example
Text Example
White with #ED80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80CB; }
p { color: rgb(237,128,203); }
H1.HeaderClassName
{
color: #ED80CB;
}
.AnyTagClassName
{
color: #ED80CB;
}
</style>
background-color css
<style>
a { background-color: #ED80CB; }
a { background-color: rgb(237,128,203); }
div.DivClassName
{
background-color: #ED80CB;
}
.BgClassName
{
background-color: #ED80CB;
}
</style>
border-color css
<style>
span { border-color: #ED80CB; }
span { border-color: rgb(237,128,203); }
td.TdClassName
{
border-color: #ED80CB;
}
.TagClassName
{
border-color: #ED80CB;
}
</style>