Shades of Tea Rose #EA8CC3
Tints of Tea Rose #EA8CC3
RGB
CMYK
RGB Variations
Color information
#EA8CC3 (or 0xEA8CC3) is known color: Tea Rose. HEX triplet: EA, 8C and C3. RGB value is (234,140,195). Sum of RGB (Red+Green+Blue) = 234+140+195=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8CC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8CC3 is #15733C. Grayscale: #AEAEAE. Windows color (decimal): -1405757 or 12815594. OLE color: 12815594.
HSL color Cylindrical-coordinate representation of color #EA8CC3: hue angle of 324.89º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA8CC3 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 140 | 195 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.08 |
| HSL | 324.89º | 0.69% | 0.73% | - |
| HSV(B) | 324.89º | 0.4% | 0.92% | - |
| XYZ | 53.16 | 40.19 | 56.59 | - |
| YUV | 174.38 | 139.64 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 140 | 195 | 0 | 0.40 | 0.17 | 0.08 | 324.89 | 0.69 | 0.73 |
| Hex | EA | 8C | C3 | 0 | 28 | 11 | 8 | 145 | 45 | 49 |
| Octal | 352 | 214 | 303 | 0 | 50 | 21 | 10 | 505 | 105 | 111 |
| Binary | 11101010 | 10001100 | 11000011 | 0 | 101000 | 10001 | 1000 | 101000101 | 1000101 | 1001001 |
Color Harmonies of #EA8CC3
Complementary color
Monochromatic Colors of #EA8CC3
Black with #EA8CC3
Text Example
Text Example
White with #EA8CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8CC3; }
p { color: rgb(234,140,195); }
H1.HeaderClassName
{
color: #EA8CC3;
}
.AnyTagClassName
{
color: #EA8CC3;
}
</style>
background-color css
<style>
a { background-color: #EA8CC3; }
a { background-color: rgb(234,140,195); }
div.DivClassName
{
background-color: #EA8CC3;
}
.BgClassName
{
background-color: #EA8CC3;
}
</style>
border-color css
<style>
span { border-color: #EA8CC3; }
span { border-color: rgb(234,140,195); }
td.TdClassName
{
border-color: #EA8CC3;
}
.TagClassName
{
border-color: #EA8CC3;
}
</style>