Shades of Tea Rose #ED7ACD
Tints of Tea Rose #ED7ACD
RGB
CMYK
RGB Variations
Color information
#ED7ACD (or 0xED7ACD) is known color: Tea Rose. HEX triplet: ED, 7A and CD. RGB value is (237,122,205). Sum of RGB (Red+Green+Blue) = 237+122+205=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7ACD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7ACD is #128532. Grayscale: #A5A5A5. Windows color (decimal): -1213747 or 13466349. OLE color: 13466349.
HSL color Cylindrical-coordinate representation of color #ED7ACD: hue angle of 316.7º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7ACD is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 122 | 205 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.07 |
| HSL | 316.7º | 0.76% | 0.7% | - |
| HSV(B) | 316.7º | 0.49% | 0.93% | - |
| XYZ | 52.9 | 36.33 | 61.98 | - |
| YUV | 165.85 | 150.1 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 122 | 205 | 0 | 0.49 | 0.14 | 0.07 | 316.7 | 0.76 | 0.7 |
| Hex | ED | 7A | CD | 0 | 31 | E | 7 | 13D | 4C | 46 |
| Octal | 355 | 172 | 315 | 0 | 61 | 16 | 7 | 475 | 114 | 106 |
| Binary | 11101101 | 1111010 | 11001101 | 0 | 110001 | 1110 | 111 | 100111101 | 1001100 | 1000110 |
Color Harmonies of #ED7ACD
Complementary color
Monochromatic Colors of #ED7ACD
Black with #ED7ACD
Text Example
Text Example
White with #ED7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7ACD; }
p { color: rgb(237,122,205); }
H1.HeaderClassName
{
color: #ED7ACD;
}
.AnyTagClassName
{
color: #ED7ACD;
}
</style>
background-color css
<style>
a { background-color: #ED7ACD; }
a { background-color: rgb(237,122,205); }
div.DivClassName
{
background-color: #ED7ACD;
}
.BgClassName
{
background-color: #ED7ACD;
}
</style>
border-color css
<style>
span { border-color: #ED7ACD; }
span { border-color: rgb(237,122,205); }
td.TdClassName
{
border-color: #ED7ACD;
}
.TagClassName
{
border-color: #ED7ACD;
}
</style>