Shades of Tea Rose #E28BCD
Tints of Tea Rose #E28BCD
RGB
CMYK
RGB Variations
Color information
#E28BCD (or 0xE28BCD) is known color: Tea Rose. HEX triplet: E2, 8B and CD. RGB value is (226,139,205). Sum of RGB (Red+Green+Blue) = 226+139+205=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E28BCD is #1D7432. Grayscale: #ACACAC. Windows color (decimal): -1930291 or 13470690. OLE color: 13470690.
HSL color Cylindrical-coordinate representation of color #E28BCD: hue angle of 314.48º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28BCD is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 139 | 205 | - |
CMYK | 0 | 0.38 | 0.09 | 0.11 |
HSL | 314.48º | 0.6% | 0.72% | - |
HSV(B) | 314.48º | 0.38% | 0.89% | - |
XYZ | 51.62 | 39.04 | 62.57 | - |
YUV | 172.54 | 146.32 | 166.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 139 | 205 | 0 | 0.38 | 0.09 | 0.11 | 314.48 | 0.6 | 0.72 |
Hex | E2 | 8B | CD | 0 | 26 | 9 | B | 13A | 3C | 48 |
Octal | 342 | 213 | 315 | 0 | 46 | 11 | 13 | 472 | 74 | 110 |
Binary | 11100010 | 10001011 | 11001101 | 0 | 100110 | 1001 | 1011 | 100111010 | 111100 | 1001000 |
Color Harmonies of #E28BCD
Complementary color
Monochromatic Colors of #E28BCD
Black with #E28BCD
Text Example
Text Example
White with #E28BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BCD; }
p { color: rgb(226,139,205); }
H1.HeaderClassName
{
color: #E28BCD;
}
.AnyTagClassName
{
color: #E28BCD;
}
</style>
background-color css
<style>
a { background-color: #E28BCD; }
a { background-color: rgb(226,139,205); }
div.DivClassName
{
background-color: #E28BCD;
}
.BgClassName
{
background-color: #E28BCD;
}
</style>
border-color css
<style>
span { border-color: #E28BCD; }
span { border-color: rgb(226,139,205); }
td.TdClassName
{
border-color: #E28BCD;
}
.TagClassName
{
border-color: #E28BCD;
}
</style>