Shades of Tea Rose #E282C3
Tints of Tea Rose #E282C3
RGB
CMYK
RGB Variations
Color information
#E282C3 (or 0xE282C3) is known color: Tea Rose. HEX triplet: E2, 82 and C3. RGB value is (226,130,195). Sum of RGB (Red+Green+Blue) = 226+130+195=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E282C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282C3 is #1D7D3C. Grayscale: #A5A5A5. Windows color (decimal): -1932605 or 12813026. OLE color: 12813026.
HSL color Cylindrical-coordinate representation of color #E282C3: hue angle of 319.38º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E282C3 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 130 | 195 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.11 |
| HSL | 319.38º | 0.62% | 0.7% | - |
| HSV(B) | 319.38º | 0.42% | 0.89% | - |
| XYZ | 49.2 | 36.07 | 56 | - |
| YUV | 166.11 | 144.3 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 130 | 195 | 0 | 0.42 | 0.14 | 0.11 | 319.38 | 0.62 | 0.7 |
| Hex | E2 | 82 | C3 | 0 | 2A | E | B | 13F | 3E | 46 |
| Octal | 342 | 202 | 303 | 0 | 52 | 16 | 13 | 477 | 76 | 106 |
| Binary | 11100010 | 10000010 | 11000011 | 0 | 101010 | 1110 | 1011 | 100111111 | 111110 | 1000110 |
Color Harmonies of #E282C3
Complementary color
Monochromatic Colors of #E282C3
Black with #E282C3
Text Example
Text Example
White with #E282C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E282C3; }
p { color: rgb(226,130,195); }
H1.HeaderClassName
{
color: #E282C3;
}
.AnyTagClassName
{
color: #E282C3;
}
</style>
background-color css
<style>
a { background-color: #E282C3; }
a { background-color: rgb(226,130,195); }
div.DivClassName
{
background-color: #E282C3;
}
.BgClassName
{
background-color: #E282C3;
}
</style>
border-color css
<style>
span { border-color: #E282C3; }
span { border-color: rgb(226,130,195); }
td.TdClassName
{
border-color: #E282C3;
}
.TagClassName
{
border-color: #E282C3;
}
</style>