Shades of Tea Rose #E27FC4
Tints of Tea Rose #E27FC4
RGB
CMYK
RGB Variations
Color information
#E27FC4 (or 0xE27FC4) is known color: Tea Rose. HEX triplet: E2, 7F and C4. RGB value is (226,127,196). Sum of RGB (Red+Green+Blue) = 226+127+196=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FC4 is #1D803B. Grayscale: #A4A4A4. Windows color (decimal): -1933372 or 12877794. OLE color: 12877794.
HSL color Cylindrical-coordinate representation of color #E27FC4: hue angle of 318.18º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27FC4 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 127 | 196 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.11 |
| HSL | 318.18º | 0.63% | 0.69% | - |
| HSV(B) | 318.18º | 0.44% | 0.89% | - |
| XYZ | 48.92 | 35.33 | 56.47 | - |
| YUV | 164.47 | 145.8 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 127 | 196 | 0 | 0.44 | 0.13 | 0.11 | 318.18 | 0.63 | 0.69 |
| Hex | E2 | 7F | C4 | 0 | 2C | D | B | 13E | 3F | 45 |
| Octal | 342 | 177 | 304 | 0 | 54 | 15 | 13 | 476 | 77 | 105 |
| Binary | 11100010 | 1111111 | 11000100 | 0 | 101100 | 1101 | 1011 | 100111110 | 111111 | 1000101 |
Color Harmonies of #E27FC4
Complementary color
Monochromatic Colors of #E27FC4
Black with #E27FC4
Text Example
Text Example
White with #E27FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27FC4; }
p { color: rgb(226,127,196); }
H1.HeaderClassName
{
color: #E27FC4;
}
.AnyTagClassName
{
color: #E27FC4;
}
</style>
background-color css
<style>
a { background-color: #E27FC4; }
a { background-color: rgb(226,127,196); }
div.DivClassName
{
background-color: #E27FC4;
}
.BgClassName
{
background-color: #E27FC4;
}
</style>
border-color css
<style>
span { border-color: #E27FC4; }
span { border-color: rgb(226,127,196); }
td.TdClassName
{
border-color: #E27FC4;
}
.TagClassName
{
border-color: #E27FC4;
}
</style>