Shades of Tea Rose #E683C1
Tints of Tea Rose #E683C1
RGB
CMYK
RGB Variations
Color information
#E683C1 (or 0xE683C1) is known color: Tea Rose. HEX triplet: E6, 83 and C1. RGB value is (230,131,193). Sum of RGB (Red+Green+Blue) = 230+131+193=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E683C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683C1 is #197C3E. Grayscale: #A7A7A7. Windows color (decimal): -1670207 or 12682214. OLE color: 12682214.
HSL color Cylindrical-coordinate representation of color #E683C1: hue angle of 322.42º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E683C1 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 193 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.10 |
| HSL | 322.42º | 0.66% | 0.71% | - |
| HSV(B) | 322.42º | 0.43% | 0.9% | - |
| XYZ | 50.38 | 36.91 | 54.92 | - |
| YUV | 167.67 | 142.3 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 193 | 0 | 0.43 | 0.16 | 0.10 | 322.42 | 0.66 | 0.71 |
| Hex | E6 | 83 | C1 | 0 | 2B | 10 | A | 142 | 42 | 47 |
| Octal | 346 | 203 | 301 | 0 | 53 | 20 | 12 | 502 | 102 | 107 |
| Binary | 11100110 | 10000011 | 11000001 | 0 | 101011 | 10000 | 1010 | 101000010 | 1000010 | 1000111 |
Color Harmonies of #E683C1
Complementary color
Monochromatic Colors of #E683C1
Black with #E683C1
Text Example
Text Example
White with #E683C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683C1; }
p { color: rgb(230,131,193); }
H1.HeaderClassName
{
color: #E683C1;
}
.AnyTagClassName
{
color: #E683C1;
}
</style>
background-color css
<style>
a { background-color: #E683C1; }
a { background-color: rgb(230,131,193); }
div.DivClassName
{
background-color: #E683C1;
}
.BgClassName
{
background-color: #E683C1;
}
</style>
border-color css
<style>
span { border-color: #E683C1; }
span { border-color: rgb(230,131,193); }
td.TdClassName
{
border-color: #E683C1;
}
.TagClassName
{
border-color: #E683C1;
}
</style>