Shades of Tea Rose #E683CD
Tints of Tea Rose #E683CD
RGB
CMYK
RGB Variations
Color information
#E683CD (or 0xE683CD) is known color: Tea Rose. HEX triplet: E6, 83 and CD. RGB value is (230,131,205). Sum of RGB (Red+Green+Blue) = 230+131+205=566 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.64% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 230 - color contains mainly: red. Hex color #E683CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683CD is #197C32. Grayscale: #A8A8A8. Windows color (decimal): -1670195 or 13468646. OLE color: 13468646.
HSL color Cylindrical-coordinate representation of color #E683CD: hue angle of 315.15º 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 #E683CD is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 205 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.10 |
| HSL | 315.15º | 0.66% | 0.71% | - |
| HSV(B) | 315.15º | 0.43% | 0.9% | - |
| XYZ | 51.77 | 37.46 | 62.26 | - |
| YUV | 169.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 205 | 0 | 0.43 | 0.11 | 0.10 | 315.15 | 0.66 | 0.71 |
| Hex | E6 | 83 | CD | 0 | 2B | B | A | 13B | 42 | 47 |
| Octal | 346 | 203 | 315 | 0 | 53 | 13 | 12 | 473 | 102 | 107 |
| Binary | 11100110 | 10000011 | 11001101 | 0 | 101011 | 1011 | 1010 | 100111011 | 1000010 | 1000111 |
Color Harmonies of #E683CD
Complementary color
Monochromatic Colors of #E683CD
Black with #E683CD
Text Example
Text Example
White with #E683CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683CD; }
p { color: rgb(230,131,205); }
H1.HeaderClassName
{
color: #E683CD;
}
.AnyTagClassName
{
color: #E683CD;
}
</style>
background-color css
<style>
a { background-color: #E683CD; }
a { background-color: rgb(230,131,205); }
div.DivClassName
{
background-color: #E683CD;
}
.BgClassName
{
background-color: #E683CD;
}
</style>
border-color css
<style>
span { border-color: #E683CD; }
span { border-color: rgb(230,131,205); }
td.TdClassName
{
border-color: #E683CD;
}
.TagClassName
{
border-color: #E683CD;
}
</style>