Shades of Tea Rose #E681C4
Tints of Tea Rose #E681C4
RGB
CMYK
RGB Variations
Color information
#E681C4 (or 0xE681C4) is known color: Tea Rose. HEX triplet: E6, 81 and C4. RGB value is (230,129,196). Sum of RGB (Red+Green+Blue) = 230+129+196=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E681C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E681C4 is #197E3B. Grayscale: #A6A6A6. Windows color (decimal): -1670716 or 12878310. OLE color: 12878310.
HSL color Cylindrical-coordinate representation of color #E681C4: hue angle of 320.2º 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 #E681C4 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 196 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.10 |
| HSL | 320.2º | 0.67% | 0.7% | - |
| HSV(B) | 320.2º | 0.44% | 0.9% | - |
| XYZ | 50.45 | 36.51 | 56.61 | - |
| YUV | 166.84 | 144.46 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 196 | 0 | 0.44 | 0.15 | 0.10 | 320.2 | 0.67 | 0.7 |
| Hex | E6 | 81 | C4 | 0 | 2C | F | A | 140 | 43 | 46 |
| Octal | 346 | 201 | 304 | 0 | 54 | 17 | 12 | 500 | 103 | 106 |
| Binary | 11100110 | 10000001 | 11000100 | 0 | 101100 | 1111 | 1010 | 101000000 | 1000011 | 1000110 |
Color Harmonies of #E681C4
Complementary color
Monochromatic Colors of #E681C4
Black with #E681C4
Text Example
Text Example
White with #E681C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E681C4; }
p { color: rgb(230,129,196); }
H1.HeaderClassName
{
color: #E681C4;
}
.AnyTagClassName
{
color: #E681C4;
}
</style>
background-color css
<style>
a { background-color: #E681C4; }
a { background-color: rgb(230,129,196); }
div.DivClassName
{
background-color: #E681C4;
}
.BgClassName
{
background-color: #E681C4;
}
</style>
border-color css
<style>
span { border-color: #E681C4; }
span { border-color: rgb(230,129,196); }
td.TdClassName
{
border-color: #E681C4;
}
.TagClassName
{
border-color: #E681C4;
}
</style>