Shades of Tea Rose #EA85CB
Tints of Tea Rose #EA85CB
RGB
CMYK
RGB Variations
Color information
#EA85CB (or 0xEA85CB) is known color: Tea Rose. HEX triplet: EA, 85 and CB. RGB value is (234,133,203). Sum of RGB (Red+Green+Blue) = 234+133+203=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85CB is #157A34. Grayscale: #ABABAB. Windows color (decimal): -1407541 or 13338090. OLE color: 13338090.
HSL color Cylindrical-coordinate representation of color #EA85CB: hue angle of 318.42º 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 #EA85CB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 203 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.08 |
| HSL | 318.42º | 0.71% | 0.72% | - |
| HSV(B) | 318.42º | 0.43% | 0.92% | - |
| XYZ | 53.1 | 38.58 | 61.15 | - |
| YUV | 171.18 | 145.96 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 203 | 0 | 0.43 | 0.13 | 0.08 | 318.42 | 0.71 | 0.72 |
| Hex | EA | 85 | CB | 0 | 2B | D | 8 | 13E | 47 | 48 |
| Octal | 352 | 205 | 313 | 0 | 53 | 15 | 10 | 476 | 107 | 110 |
| Binary | 11101010 | 10000101 | 11001011 | 0 | 101011 | 1101 | 1000 | 100111110 | 1000111 | 1001000 |
Color Harmonies of #EA85CB
Complementary color
Monochromatic Colors of #EA85CB
Black with #EA85CB
Text Example
Text Example
White with #EA85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85CB; }
p { color: rgb(234,133,203); }
H1.HeaderClassName
{
color: #EA85CB;
}
.AnyTagClassName
{
color: #EA85CB;
}
</style>
background-color css
<style>
a { background-color: #EA85CB; }
a { background-color: rgb(234,133,203); }
div.DivClassName
{
background-color: #EA85CB;
}
.BgClassName
{
background-color: #EA85CB;
}
</style>
border-color css
<style>
span { border-color: #EA85CB; }
span { border-color: rgb(234,133,203); }
td.TdClassName
{
border-color: #EA85CB;
}
.TagClassName
{
border-color: #EA85CB;
}
</style>