Shades of Tea Rose #EA85C2
Tints of Tea Rose #EA85C2
RGB
CMYK
RGB Variations
Color information
#EA85C2 (or 0xEA85C2) is known color: Tea Rose. HEX triplet: EA, 85 and C2. RGB value is (234,133,194). Sum of RGB (Red+Green+Blue) = 234+133+194=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85C2 is #157A3D. Grayscale: #AAAAAA. Windows color (decimal): -1407550 or 12748266. OLE color: 12748266.
HSL color Cylindrical-coordinate representation of color #EA85C2: hue angle of 323.76º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85C2 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 194 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.08 |
| HSL | 323.76º | 0.71% | 0.72% | - |
| HSV(B) | 323.76º | 0.43% | 0.92% | - |
| XYZ | 52.06 | 38.16 | 55.66 | - |
| YUV | 170.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 194 | 0 | 0.43 | 0.17 | 0.08 | 323.76 | 0.71 | 0.72 |
| Hex | EA | 85 | C2 | 0 | 2B | 11 | 8 | 144 | 47 | 48 |
| Octal | 352 | 205 | 302 | 0 | 53 | 21 | 10 | 504 | 107 | 110 |
| Binary | 11101010 | 10000101 | 11000010 | 0 | 101011 | 10001 | 1000 | 101000100 | 1000111 | 1001000 |
Color Harmonies of #EA85C2
Complementary color
Monochromatic Colors of #EA85C2
Black with #EA85C2
Text Example
Text Example
White with #EA85C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85C2; }
p { color: rgb(234,133,194); }
H1.HeaderClassName
{
color: #EA85C2;
}
.AnyTagClassName
{
color: #EA85C2;
}
</style>
background-color css
<style>
a { background-color: #EA85C2; }
a { background-color: rgb(234,133,194); }
div.DivClassName
{
background-color: #EA85C2;
}
.BgClassName
{
background-color: #EA85C2;
}
</style>
border-color css
<style>
span { border-color: #EA85C2; }
span { border-color: rgb(234,133,194); }
td.TdClassName
{
border-color: #EA85C2;
}
.TagClassName
{
border-color: #EA85C2;
}
</style>