Shades of Tea Rose #E681C2
Tints of Tea Rose #E681C2
RGB
CMYK
RGB Variations
Color information
#E681C2 (or 0xE681C2) is known color: Tea Rose. HEX triplet: E6, 81 and C2. RGB value is (230,129,194). Sum of RGB (Red+Green+Blue) = 230+129+194=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E681C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681C2 is #197E3D. Grayscale: #A6A6A6. Windows color (decimal): -1670718 or 12747238. OLE color: 12747238.
HSL color Cylindrical-coordinate representation of color #E681C2: hue angle of 321.39º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E681C2 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 194 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.10 |
| HSL | 321.39º | 0.67% | 0.7% | - |
| HSV(B) | 321.39º | 0.44% | 0.9% | - |
| XYZ | 50.22 | 36.42 | 55.42 | - |
| YUV | 166.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 194 | 0 | 0.44 | 0.16 | 0.10 | 321.39 | 0.67 | 0.7 |
| Hex | E6 | 81 | C2 | 0 | 2C | 10 | A | 141 | 43 | 46 |
| Octal | 346 | 201 | 302 | 0 | 54 | 20 | 12 | 501 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11000010 | 0 | 101100 | 10000 | 1010 | 101000001 | 1000011 | 1000110 |
Color Harmonies of #E681C2
Complementary color
Monochromatic Colors of #E681C2
Black with #E681C2
Text Example
Text Example
White with #E681C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681C2; }
p { color: rgb(230,129,194); }
H1.HeaderClassName
{
color: #E681C2;
}
.AnyTagClassName
{
color: #E681C2;
}
</style>
background-color css
<style>
a { background-color: #E681C2; }
a { background-color: rgb(230,129,194); }
div.DivClassName
{
background-color: #E681C2;
}
.BgClassName
{
background-color: #E681C2;
}
</style>
border-color css
<style>
span { border-color: #E681C2; }
span { border-color: rgb(230,129,194); }
td.TdClassName
{
border-color: #E681C2;
}
.TagClassName
{
border-color: #E681C2;
}
</style>