Shades of Tea Rose #EA8ACF
Tints of Tea Rose #EA8ACF
RGB
CMYK
RGB Variations
Color information
#EA8ACF (or 0xEA8ACF) is known color: Tea Rose. HEX triplet: EA, 8A and CF. RGB value is (234,138,207). Sum of RGB (Red+Green+Blue) = 234+138+207=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ACF is #157530. Grayscale: #AEAEAE. Windows color (decimal): -1406257 or 13601514. OLE color: 13601514.
HSL color Cylindrical-coordinate representation of color #EA8ACF: hue angle of 316.88º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8ACF is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 207 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.08 |
| HSL | 316.88º | 0.7% | 0.73% | - |
| HSV(B) | 316.88º | 0.41% | 0.92% | - |
| XYZ | 54.28 | 40.17 | 63.92 | - |
| YUV | 174.57 | 146.3 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 207 | 0 | 0.41 | 0.12 | 0.08 | 316.88 | 0.7 | 0.73 |
| Hex | EA | 8A | CF | 0 | 29 | C | 8 | 13D | 46 | 49 |
| Octal | 352 | 212 | 317 | 0 | 51 | 14 | 10 | 475 | 106 | 111 |
| Binary | 11101010 | 10001010 | 11001111 | 0 | 101001 | 1100 | 1000 | 100111101 | 1000110 | 1001001 |
Color Harmonies of #EA8ACF
Complementary color
Monochromatic Colors of #EA8ACF
Black with #EA8ACF
Text Example
Text Example
White with #EA8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8ACF; }
p { color: rgb(234,138,207); }
H1.HeaderClassName
{
color: #EA8ACF;
}
.AnyTagClassName
{
color: #EA8ACF;
}
</style>
background-color css
<style>
a { background-color: #EA8ACF; }
a { background-color: rgb(234,138,207); }
div.DivClassName
{
background-color: #EA8ACF;
}
.BgClassName
{
background-color: #EA8ACF;
}
</style>
border-color css
<style>
span { border-color: #EA8ACF; }
span { border-color: rgb(234,138,207); }
td.TdClassName
{
border-color: #EA8ACF;
}
.TagClassName
{
border-color: #EA8ACF;
}
</style>