Shades of Tea Rose #ED88CF
Tints of Tea Rose #ED88CF
RGB
CMYK
RGB Variations
Color information
#ED88CF (or 0xED88CF) is known color: Tea Rose. HEX triplet: ED, 88 and CF. RGB value is (237,136,207). Sum of RGB (Red+Green+Blue) = 237+136+207=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88CF is #127730. Grayscale: #AEAEAE. Windows color (decimal): -1210161 or 13601005. OLE color: 13601005.
HSL color Cylindrical-coordinate representation of color #ED88CF: hue angle of 317.82º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED88CF is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 136 | 207 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.07 |
| HSL | 317.82º | 0.74% | 0.73% | - |
| HSV(B) | 317.82º | 0.43% | 0.93% | - |
| XYZ | 54.99 | 40.12 | 63.88 | - |
| YUV | 174.29 | 146.46 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 136 | 207 | 0 | 0.43 | 0.13 | 0.07 | 317.82 | 0.74 | 0.73 |
| Hex | ED | 88 | CF | 0 | 2B | D | 7 | 13E | 4A | 49 |
| Octal | 355 | 210 | 317 | 0 | 53 | 15 | 7 | 476 | 112 | 111 |
| Binary | 11101101 | 10001000 | 11001111 | 0 | 101011 | 1101 | 111 | 100111110 | 1001010 | 1001001 |
Color Harmonies of #ED88CF
Complementary color
Monochromatic Colors of #ED88CF
Black with #ED88CF
Text Example
Text Example
White with #ED88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED88CF; }
p { color: rgb(237,136,207); }
H1.HeaderClassName
{
color: #ED88CF;
}
.AnyTagClassName
{
color: #ED88CF;
}
</style>
background-color css
<style>
a { background-color: #ED88CF; }
a { background-color: rgb(237,136,207); }
div.DivClassName
{
background-color: #ED88CF;
}
.BgClassName
{
background-color: #ED88CF;
}
</style>
border-color css
<style>
span { border-color: #ED88CF; }
span { border-color: rgb(237,136,207); }
td.TdClassName
{
border-color: #ED88CF;
}
.TagClassName
{
border-color: #ED88CF;
}
</style>