Shades of Tea Rose #EA8FCE
Tints of Tea Rose #EA8FCE
RGB
CMYK
RGB Variations
Color information
#EA8FCE (or 0xEA8FCE) is known color: Tea Rose. HEX triplet: EA, 8F and CE. RGB value is (234,143,206). Sum of RGB (Red+Green+Blue) = 234+143+206=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 143 (56.25% from 255 or 24.53% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FCE is #157031. Grayscale: #B1B1B1. Windows color (decimal): -1404978 or 13537258. OLE color: 13537258.
HSL color Cylindrical-coordinate representation of color #EA8FCE: hue angle of 318.46º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FCE is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 143 | 206 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.08 |
| HSL | 318.46º | 0.68% | 0.74% | - |
| HSV(B) | 318.46º | 0.39% | 0.92% | - |
| XYZ | 54.89 | 41.59 | 63.53 | - |
| YUV | 177.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 143 | 206 | 0 | 0.39 | 0.12 | 0.08 | 318.46 | 0.68 | 0.74 |
| Hex | EA | 8F | CE | 0 | 27 | C | 8 | 13E | 44 | 4A |
| Octal | 352 | 217 | 316 | 0 | 47 | 14 | 10 | 476 | 104 | 112 |
| Binary | 11101010 | 10001111 | 11001110 | 0 | 100111 | 1100 | 1000 | 100111110 | 1000100 | 1001010 |
Color Harmonies of #EA8FCE
Complementary color
Monochromatic Colors of #EA8FCE
Black with #EA8FCE
Text Example
Text Example
White with #EA8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8FCE; }
p { color: rgb(234,143,206); }
H1.HeaderClassName
{
color: #EA8FCE;
}
.AnyTagClassName
{
color: #EA8FCE;
}
</style>
background-color css
<style>
a { background-color: #EA8FCE; }
a { background-color: rgb(234,143,206); }
div.DivClassName
{
background-color: #EA8FCE;
}
.BgClassName
{
background-color: #EA8FCE;
}
</style>
border-color css
<style>
span { border-color: #EA8FCE; }
span { border-color: rgb(234,143,206); }
td.TdClassName
{
border-color: #EA8FCE;
}
.TagClassName
{
border-color: #EA8FCE;
}
</style>