Shades of Tea Rose #ED8CC3
Tints of Tea Rose #ED8CC3
RGB
CMYK
RGB Variations
Color information
#ED8CC3 (or 0xED8CC3) is known color: Tea Rose. HEX triplet: ED, 8C and C3. RGB value is (237,140,195). Sum of RGB (Red+Green+Blue) = 237+140+195=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CC3 is #12733C. Grayscale: #AFAFAF. Windows color (decimal): -1209149 or 12815597. OLE color: 12815597.
HSL color Cylindrical-coordinate representation of color #ED8CC3: hue angle of 325.98º 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 #ED8CC3 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 140 | 195 | - |
CMYK | 0 | 0.41 | 0.18 | 0.07 |
HSL | 325.98º | 0.73% | 0.74% | - |
HSV(B) | 325.98º | 0.41% | 0.93% | - |
XYZ | 54.15 | 40.7 | 56.63 | - |
YUV | 175.27 | 139.14 | 172.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 140 | 195 | 0 | 0.41 | 0.18 | 0.07 | 325.98 | 0.73 | 0.74 |
Hex | ED | 8C | C3 | 0 | 29 | 12 | 7 | 146 | 49 | 4A |
Octal | 355 | 214 | 303 | 0 | 51 | 22 | 7 | 506 | 111 | 112 |
Binary | 11101101 | 10001100 | 11000011 | 0 | 101001 | 10010 | 111 | 101000110 | 1001001 | 1001010 |
Color Harmonies of #ED8CC3
Complementary color
Monochromatic Colors of #ED8CC3
Black with #ED8CC3
Text Example
Text Example
White with #ED8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CC3; }
p { color: rgb(237,140,195); }
H1.HeaderClassName
{
color: #ED8CC3;
}
.AnyTagClassName
{
color: #ED8CC3;
}
</style>
background-color css
<style>
a { background-color: #ED8CC3; }
a { background-color: rgb(237,140,195); }
div.DivClassName
{
background-color: #ED8CC3;
}
.BgClassName
{
background-color: #ED8CC3;
}
</style>
border-color css
<style>
span { border-color: #ED8CC3; }
span { border-color: rgb(237,140,195); }
td.TdClassName
{
border-color: #ED8CC3;
}
.TagClassName
{
border-color: #ED8CC3;
}
</style>