Shades of Tea Rose #E385C4
Tints of Tea Rose #E385C4
RGB
CMYK
RGB Variations
Color information
#E385C4 (or 0xE385C4) is known color: Tea Rose. HEX triplet: E3, 85 and C4. RGB value is (227,133,196). Sum of RGB (Red+Green+Blue) = 227+133+196=556 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.83% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 227 - color contains mainly: red. Hex color #E385C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E385C4 is #1C7A3B. Grayscale: #A8A8A8. Windows color (decimal): -1866300 or 12879331. OLE color: 12879331.
HSL color Cylindrical-coordinate representation of color #E385C4: hue angle of 319.79º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E385C4 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 196 | - |
| CMYK | 0 | 0.41 | 0.14 | 0.11 |
| HSL | 319.79º | 0.63% | 0.71% | - |
| HSV(B) | 319.79º | 0.41% | 0.89% | - |
| XYZ | 50.03 | 37.09 | 56.75 | - |
| YUV | 168.29 | 143.64 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 196 | 0 | 0.41 | 0.14 | 0.11 | 319.79 | 0.63 | 0.71 |
| Hex | E3 | 85 | C4 | 0 | 29 | E | B | 140 | 3F | 47 |
| Octal | 343 | 205 | 304 | 0 | 51 | 16 | 13 | 500 | 77 | 107 |
| Binary | 11100011 | 10000101 | 11000100 | 0 | 101001 | 1110 | 1011 | 101000000 | 111111 | 1000111 |
Color Harmonies of #E385C4
Complementary color
Monochromatic Colors of #E385C4
Black with #E385C4
Text Example
Text Example
White with #E385C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E385C4; }
p { color: rgb(227,133,196); }
H1.HeaderClassName
{
color: #E385C4;
}
.AnyTagClassName
{
color: #E385C4;
}
</style>
background-color css
<style>
a { background-color: #E385C4; }
a { background-color: rgb(227,133,196); }
div.DivClassName
{
background-color: #E385C4;
}
.BgClassName
{
background-color: #E385C4;
}
</style>
border-color css
<style>
span { border-color: #E385C4; }
span { border-color: rgb(227,133,196); }
td.TdClassName
{
border-color: #E385C4;
}
.TagClassName
{
border-color: #E385C4;
}
</style>