Shades of Tea Rose #ED8CC2
Tints of Tea Rose #ED8CC2
RGB
CMYK
RGB Variations
Color information
#ED8CC2 (or 0xED8CC2) is known color: Tea Rose. HEX triplet: ED, 8C and C2. RGB value is (237,140,194). Sum of RGB (Red+Green+Blue) = 237+140+194=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 194 (76.17% from 255 or 33.98% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CC2 is #12733D. Grayscale: #AFAFAF. Windows color (decimal): -1209150 or 12750061. OLE color: 12750061.
HSL color Cylindrical-coordinate representation of color #ED8CC2: hue angle of 326.6º 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 #ED8CC2 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 140 | 194 | - |
CMYK | 0 | 0.41 | 0.18 | 0.07 |
HSL | 326.6º | 0.73% | 0.74% | - |
HSV(B) | 326.6º | 0.41% | 0.93% | - |
XYZ | 54.04 | 40.66 | 56.04 | - |
YUV | 175.16 | 138.64 | 172.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 140 | 194 | 0 | 0.41 | 0.18 | 0.07 | 326.6 | 0.73 | 0.74 |
Hex | ED | 8C | C2 | 0 | 29 | 12 | 7 | 147 | 49 | 4A |
Octal | 355 | 214 | 302 | 0 | 51 | 22 | 7 | 507 | 111 | 112 |
Binary | 11101101 | 10001100 | 11000010 | 0 | 101001 | 10010 | 111 | 101000111 | 1001001 | 1001010 |
Color Harmonies of #ED8CC2
Complementary color
Monochromatic Colors of #ED8CC2
Black with #ED8CC2
Text Example
Text Example
White with #ED8CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CC2; }
p { color: rgb(237,140,194); }
H1.HeaderClassName
{
color: #ED8CC2;
}
.AnyTagClassName
{
color: #ED8CC2;
}
</style>
background-color css
<style>
a { background-color: #ED8CC2; }
a { background-color: rgb(237,140,194); }
div.DivClassName
{
background-color: #ED8CC2;
}
.BgClassName
{
background-color: #ED8CC2;
}
</style>
border-color css
<style>
span { border-color: #ED8CC2; }
span { border-color: rgb(237,140,194); }
td.TdClassName
{
border-color: #ED8CC2;
}
.TagClassName
{
border-color: #ED8CC2;
}
</style>