Shades of Tea Rose #ED7EC5
Tints of Tea Rose #ED7EC5
RGB
CMYK
RGB Variations
Color information
#ED7EC5 (or 0xED7EC5) is known color: Tea Rose. HEX triplet: ED, 7E and C5. RGB value is (237,126,197). Sum of RGB (Red+Green+Blue) = 237+126+197=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 197 (77.34% from 255 or 35.18% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EC5 is #12813A. Grayscale: #A7A7A7. Windows color (decimal): -1212731 or 12943085. OLE color: 12943085.
HSL color Cylindrical-coordinate representation of color #ED7EC5: hue angle of 321.62º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7EC5 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 126 | 197 | - |
CMYK | 0 | 0.47 | 0.17 | 0.07 |
HSL | 321.62º | 0.76% | 0.71% | - |
HSV(B) | 321.62º | 0.47% | 0.93% | - |
XYZ | 52.46 | 36.96 | 57.19 | - |
YUV | 167.28 | 144.77 | 177.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 126 | 197 | 0 | 0.47 | 0.17 | 0.07 | 321.62 | 0.76 | 0.71 |
Hex | ED | 7E | C5 | 0 | 2F | 11 | 7 | 142 | 4C | 47 |
Octal | 355 | 176 | 305 | 0 | 57 | 21 | 7 | 502 | 114 | 107 |
Binary | 11101101 | 1111110 | 11000101 | 0 | 101111 | 10001 | 111 | 101000010 | 1001100 | 1000111 |
Color Harmonies of #ED7EC5
Complementary color
Monochromatic Colors of #ED7EC5
Black with #ED7EC5
Text Example
Text Example
White with #ED7EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED7EC5; }
p { color: rgb(237,126,197); }
H1.HeaderClassName
{
color: #ED7EC5;
}
.AnyTagClassName
{
color: #ED7EC5;
}
</style>
background-color css
<style>
a { background-color: #ED7EC5; }
a { background-color: rgb(237,126,197); }
div.DivClassName
{
background-color: #ED7EC5;
}
.BgClassName
{
background-color: #ED7EC5;
}
</style>
border-color css
<style>
span { border-color: #ED7EC5; }
span { border-color: rgb(237,126,197); }
td.TdClassName
{
border-color: #ED7EC5;
}
.TagClassName
{
border-color: #ED7EC5;
}
</style>