Shades of Tea Rose #ED8CC4
Tints of Tea Rose #ED8CC4
RGB
CMYK
RGB Variations
Color information
#ED8CC4 (or 0xED8CC4) is known color: Tea Rose. HEX triplet: ED, 8C and C4. RGB value is (237,140,196). Sum of RGB (Red+Green+Blue) = 237+140+196=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 140 (55.08% from 255 or 24.43% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CC4 is #12733B. Grayscale: #AFAFAF. Windows color (decimal): -1209148 or 12881133. OLE color: 12881133.
HSL color Cylindrical-coordinate representation of color #ED8CC4: hue angle of 325.36º 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 #ED8CC4 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 196 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.07 |
| HSL | 325.36º | 0.73% | 0.74% | - |
| HSV(B) | 325.36º | 0.41% | 0.93% | - |
| XYZ | 54.27 | 40.75 | 57.23 | - |
| YUV | 175.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 196 | 0 | 0.41 | 0.17 | 0.07 | 325.36 | 0.73 | 0.74 |
| Hex | ED | 8C | C4 | 0 | 29 | 11 | 7 | 145 | 49 | 4A |
| Octal | 355 | 214 | 304 | 0 | 51 | 21 | 7 | 505 | 111 | 112 |
| Binary | 11101101 | 10001100 | 11000100 | 0 | 101001 | 10001 | 111 | 101000101 | 1001001 | 1001010 |
Color Harmonies of #ED8CC4
Complementary color
Monochromatic Colors of #ED8CC4
Black with #ED8CC4
Text Example
Text Example
White with #ED8CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CC4; }
p { color: rgb(237,140,196); }
H1.HeaderClassName
{
color: #ED8CC4;
}
.AnyTagClassName
{
color: #ED8CC4;
}
</style>
background-color css
<style>
a { background-color: #ED8CC4; }
a { background-color: rgb(237,140,196); }
div.DivClassName
{
background-color: #ED8CC4;
}
.BgClassName
{
background-color: #ED8CC4;
}
</style>
border-color css
<style>
span { border-color: #ED8CC4; }
span { border-color: rgb(237,140,196); }
td.TdClassName
{
border-color: #ED8CC4;
}
.TagClassName
{
border-color: #ED8CC4;
}
</style>