Shades of Tea Rose #E682CB
Tints of Tea Rose #E682CB
RGB
CMYK
RGB Variations
Color information
#E682CB (or 0xE682CB) is known color: Tea Rose. HEX triplet: E6, 82 and CB. RGB value is (230,130,203). Sum of RGB (Red+Green+Blue) = 230+130+203=563 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.85% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 230 - color contains mainly: red. Hex color #E682CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E682CB is #197D34. Grayscale: #A8A8A8. Windows color (decimal): -1670453 or 13337318. OLE color: 13337318.
HSL color Cylindrical-coordinate representation of color #E682CB: hue angle of 316.2º degrees, saturation: 0.67, 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 #E682CB is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 203 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.10 |
| HSL | 316.2º | 0.67% | 0.71% | - |
| HSV(B) | 316.2º | 0.43% | 0.9% | - |
| XYZ | 51.4 | 37.1 | 60.95 | - |
| YUV | 168.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 203 | 0 | 0.43 | 0.12 | 0.10 | 316.2 | 0.67 | 0.71 |
| Hex | E6 | 82 | CB | 0 | 2B | C | A | 13C | 43 | 47 |
| Octal | 346 | 202 | 313 | 0 | 53 | 14 | 12 | 474 | 103 | 107 |
| Binary | 11100110 | 10000010 | 11001011 | 0 | 101011 | 1100 | 1010 | 100111100 | 1000011 | 1000111 |
Color Harmonies of #E682CB
Complementary color
Monochromatic Colors of #E682CB
Black with #E682CB
Text Example
Text Example
White with #E682CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E682CB; }
p { color: rgb(230,130,203); }
H1.HeaderClassName
{
color: #E682CB;
}
.AnyTagClassName
{
color: #E682CB;
}
</style>
background-color css
<style>
a { background-color: #E682CB; }
a { background-color: rgb(230,130,203); }
div.DivClassName
{
background-color: #E682CB;
}
.BgClassName
{
background-color: #E682CB;
}
</style>
border-color css
<style>
span { border-color: #E682CB; }
span { border-color: rgb(230,130,203); }
td.TdClassName
{
border-color: #E682CB;
}
.TagClassName
{
border-color: #E682CB;
}
</style>