Shades of Tea Rose #E683CC
Tints of Tea Rose #E683CC
RGB
CMYK
RGB Variations
Color information
#E683CC (or 0xE683CC) is known color: Tea Rose. HEX triplet: E6, 83 and CC. RGB value is (230,131,204). Sum of RGB (Red+Green+Blue) = 230+131+204=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E683CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E683CC is #197C33. Grayscale: #A8A8A8. Windows color (decimal): -1670196 or 13403110. OLE color: 13403110.
HSL color Cylindrical-coordinate representation of color #E683CC: hue angle of 315.76º 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 #E683CC is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 204 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.10 |
| HSL | 315.76º | 0.66% | 0.71% | - |
| HSV(B) | 315.76º | 0.43% | 0.9% | - |
| XYZ | 51.65 | 37.42 | 61.63 | - |
| YUV | 168.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 204 | 0 | 0.43 | 0.11 | 0.10 | 315.76 | 0.66 | 0.71 |
| Hex | E6 | 83 | CC | 0 | 2B | B | A | 13C | 42 | 47 |
| Octal | 346 | 203 | 314 | 0 | 53 | 13 | 12 | 474 | 102 | 107 |
| Binary | 11100110 | 10000011 | 11001100 | 0 | 101011 | 1011 | 1010 | 100111100 | 1000010 | 1000111 |
Color Harmonies of #E683CC
Complementary color
Monochromatic Colors of #E683CC
Black with #E683CC
Text Example
Text Example
White with #E683CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E683CC; }
p { color: rgb(230,131,204); }
H1.HeaderClassName
{
color: #E683CC;
}
.AnyTagClassName
{
color: #E683CC;
}
</style>
background-color css
<style>
a { background-color: #E683CC; }
a { background-color: rgb(230,131,204); }
div.DivClassName
{
background-color: #E683CC;
}
.BgClassName
{
background-color: #E683CC;
}
</style>
border-color css
<style>
span { border-color: #E683CC; }
span { border-color: rgb(230,131,204); }
td.TdClassName
{
border-color: #E683CC;
}
.TagClassName
{
border-color: #E683CC;
}
</style>