Shades of Tea Rose #EA8ACC
Tints of Tea Rose #EA8ACC
RGB
CMYK
RGB Variations
Color information
#EA8ACC (or 0xEA8ACC) is known color: Tea Rose. HEX triplet: EA, 8A and CC. RGB value is (234,138,204). Sum of RGB (Red+Green+Blue) = 234+138+204=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ACC is #157533. Grayscale: #AEAEAE. Windows color (decimal): -1406260 or 13404906. OLE color: 13404906.
HSL color Cylindrical-coordinate representation of color #EA8ACC: hue angle of 318.75º 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 #EA8ACC is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 204 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.08 |
| HSL | 318.75º | 0.7% | 0.73% | - |
| HSV(B) | 318.75º | 0.41% | 0.92% | - |
| XYZ | 53.92 | 40.03 | 62.01 | - |
| YUV | 174.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 204 | 0 | 0.41 | 0.13 | 0.08 | 318.75 | 0.7 | 0.73 |
| Hex | EA | 8A | CC | 0 | 29 | D | 8 | 13F | 46 | 49 |
| Octal | 352 | 212 | 314 | 0 | 51 | 15 | 10 | 477 | 106 | 111 |
| Binary | 11101010 | 10001010 | 11001100 | 0 | 101001 | 1101 | 1000 | 100111111 | 1000110 | 1001001 |
Color Harmonies of #EA8ACC
Complementary color
Monochromatic Colors of #EA8ACC
Black with #EA8ACC
Text Example
Text Example
White with #EA8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8ACC; }
p { color: rgb(234,138,204); }
H1.HeaderClassName
{
color: #EA8ACC;
}
.AnyTagClassName
{
color: #EA8ACC;
}
</style>
background-color css
<style>
a { background-color: #EA8ACC; }
a { background-color: rgb(234,138,204); }
div.DivClassName
{
background-color: #EA8ACC;
}
.BgClassName
{
background-color: #EA8ACC;
}
</style>
border-color css
<style>
span { border-color: #EA8ACC; }
span { border-color: rgb(234,138,204); }
td.TdClassName
{
border-color: #EA8ACC;
}
.TagClassName
{
border-color: #EA8ACC;
}
</style>