Shades of Tea Rose #ED85CB
Tints of Tea Rose #ED85CB
RGB
CMYK
RGB Variations
Color information
#ED85CB (or 0xED85CB) is known color: Tea Rose. HEX triplet: ED, 85 and CB. RGB value is (237,133,203). Sum of RGB (Red+Green+Blue) = 237+133+203=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 133 (52.34% from 255 or 23.21% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED85CB is #127A34. Grayscale: #ABABAB. Windows color (decimal): -1210933 or 13338093. OLE color: 13338093.
HSL color Cylindrical-coordinate representation of color #ED85CB: hue angle of 319.62º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED85CB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 203 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.07 |
| HSL | 319.62º | 0.74% | 0.73% | - |
| HSV(B) | 319.62º | 0.44% | 0.93% | - |
| XYZ | 54.09 | 39.09 | 61.19 | - |
| YUV | 172.08 | 145.46 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 203 | 0 | 0.44 | 0.14 | 0.07 | 319.62 | 0.74 | 0.73 |
| Hex | ED | 85 | CB | 0 | 2C | E | 7 | 140 | 4A | 49 |
| Octal | 355 | 205 | 313 | 0 | 54 | 16 | 7 | 500 | 112 | 111 |
| Binary | 11101101 | 10000101 | 11001011 | 0 | 101100 | 1110 | 111 | 101000000 | 1001010 | 1001001 |
Color Harmonies of #ED85CB
Complementary color
Monochromatic Colors of #ED85CB
Black with #ED85CB
Text Example
Text Example
White with #ED85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85CB; }
p { color: rgb(237,133,203); }
H1.HeaderClassName
{
color: #ED85CB;
}
.AnyTagClassName
{
color: #ED85CB;
}
</style>
background-color css
<style>
a { background-color: #ED85CB; }
a { background-color: rgb(237,133,203); }
div.DivClassName
{
background-color: #ED85CB;
}
.BgClassName
{
background-color: #ED85CB;
}
</style>
border-color css
<style>
span { border-color: #ED85CB; }
span { border-color: rgb(237,133,203); }
td.TdClassName
{
border-color: #ED85CB;
}
.TagClassName
{
border-color: #ED85CB;
}
</style>