Shades of Tea Rose #E28ACB
Tints of Tea Rose #E28ACB
RGB
CMYK
RGB Variations
Color information
#E28ACB (or 0xE28ACB) is known color: Tea Rose. HEX triplet: E2, 8A and CB. RGB value is (226,138,203). Sum of RGB (Red+Green+Blue) = 226+138+203=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E28ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28ACB is #1D7534. Grayscale: #ABABAB. Windows color (decimal): -1930549 or 13339362. OLE color: 13339362.
HSL color Cylindrical-coordinate representation of color #E28ACB: hue angle of 315.68º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E28ACB is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 138 | 203 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.11 |
| HSL | 315.68º | 0.6% | 0.71% | - |
| HSV(B) | 315.68º | 0.39% | 0.89% | - |
| XYZ | 51.23 | 38.66 | 61.26 | - |
| YUV | 171.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 138 | 203 | 0 | 0.39 | 0.10 | 0.11 | 315.68 | 0.6 | 0.71 |
| Hex | E2 | 8A | CB | 0 | 27 | A | B | 13C | 3C | 47 |
| Octal | 342 | 212 | 313 | 0 | 47 | 12 | 13 | 474 | 74 | 107 |
| Binary | 11100010 | 10001010 | 11001011 | 0 | 100111 | 1010 | 1011 | 100111100 | 111100 | 1000111 |
Color Harmonies of #E28ACB
Complementary color
Monochromatic Colors of #E28ACB
Black with #E28ACB
Text Example
Text Example
White with #E28ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28ACB; }
p { color: rgb(226,138,203); }
H1.HeaderClassName
{
color: #E28ACB;
}
.AnyTagClassName
{
color: #E28ACB;
}
</style>
background-color css
<style>
a { background-color: #E28ACB; }
a { background-color: rgb(226,138,203); }
div.DivClassName
{
background-color: #E28ACB;
}
.BgClassName
{
background-color: #E28ACB;
}
</style>
border-color css
<style>
span { border-color: #E28ACB; }
span { border-color: rgb(226,138,203); }
td.TdClassName
{
border-color: #E28ACB;
}
.TagClassName
{
border-color: #E28ACB;
}
</style>