Shades of Tea Rose #ED8BCA
Tints of Tea Rose #ED8BCA
RGB
CMYK
RGB Variations
Color information
#ED8BCA (or 0xED8BCA) is known color: Tea Rose. HEX triplet: ED, 8B and CA. RGB value is (237,139,202). Sum of RGB (Red+Green+Blue) = 237+139+202=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BCA is #127435. Grayscale: #AFAFAF. Windows color (decimal): -1209398 or 13274093. OLE color: 13274093.
HSL color Cylindrical-coordinate representation of color #ED8BCA: hue angle of 321.43º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BCA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 202 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.07 |
| HSL | 321.43º | 0.73% | 0.74% | - |
| HSV(B) | 321.43º | 0.41% | 0.93% | - |
| XYZ | 54.82 | 40.73 | 60.85 | - |
| YUV | 175.48 | 142.97 | 171.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 202 | 0 | 0.41 | 0.15 | 0.07 | 321.43 | 0.73 | 0.74 |
| Hex | ED | 8B | CA | 0 | 29 | F | 7 | 141 | 49 | 4A |
| Octal | 355 | 213 | 312 | 0 | 51 | 17 | 7 | 501 | 111 | 112 |
| Binary | 11101101 | 10001011 | 11001010 | 0 | 101001 | 1111 | 111 | 101000001 | 1001001 | 1001010 |
Color Harmonies of #ED8BCA
Complementary color
Monochromatic Colors of #ED8BCA
Black with #ED8BCA
Text Example
Text Example
White with #ED8BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BCA; }
p { color: rgb(237,139,202); }
H1.HeaderClassName
{
color: #ED8BCA;
}
.AnyTagClassName
{
color: #ED8BCA;
}
</style>
background-color css
<style>
a { background-color: #ED8BCA; }
a { background-color: rgb(237,139,202); }
div.DivClassName
{
background-color: #ED8BCA;
}
.BgClassName
{
background-color: #ED8BCA;
}
</style>
border-color css
<style>
span { border-color: #ED8BCA; }
span { border-color: rgb(237,139,202); }
td.TdClassName
{
border-color: #ED8BCA;
}
.TagClassName
{
border-color: #ED8BCA;
}
</style>