Shades of Tea Rose #E67BCA
Tints of Tea Rose #E67BCA
RGB
CMYK
RGB Variations
Color information
#E67BCA (or 0xE67BCA) is known color: Tea Rose. HEX triplet: E6, 7B and CA. RGB value is (230,123,202). Sum of RGB (Red+Green+Blue) = 230+123+202=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E67BCA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67BCA is #198435. Grayscale: #A3A3A3. Windows color (decimal): -1672246 or 13269990. OLE color: 13269990.
HSL color Cylindrical-coordinate representation of color #E67BCA: hue angle of 315.7º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67BCA is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 123 | 202 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.10 |
| HSL | 315.7º | 0.68% | 0.69% | - |
| HSV(B) | 315.7º | 0.47% | 0.9% | - |
| XYZ | 50.38 | 35.25 | 60.03 | - |
| YUV | 164 | 149.45 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 202 | 0 | 0.47 | 0.12 | 0.10 | 315.7 | 0.68 | 0.69 |
| Hex | E6 | 7B | CA | 0 | 2F | C | A | 13C | 44 | 45 |
| Octal | 346 | 173 | 312 | 0 | 57 | 14 | 12 | 474 | 104 | 105 |
| Binary | 11100110 | 1111011 | 11001010 | 0 | 101111 | 1100 | 1010 | 100111100 | 1000100 | 1000101 |
Color Harmonies of #E67BCA
Complementary color
Monochromatic Colors of #E67BCA
Black with #E67BCA
Text Example
Text Example
White with #E67BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67BCA; }
p { color: rgb(230,123,202); }
H1.HeaderClassName
{
color: #E67BCA;
}
.AnyTagClassName
{
color: #E67BCA;
}
</style>
background-color css
<style>
a { background-color: #E67BCA; }
a { background-color: rgb(230,123,202); }
div.DivClassName
{
background-color: #E67BCA;
}
.BgClassName
{
background-color: #E67BCA;
}
</style>
border-color css
<style>
span { border-color: #E67BCA; }
span { border-color: rgb(230,123,202); }
td.TdClassName
{
border-color: #E67BCA;
}
.TagClassName
{
border-color: #E67BCA;
}
</style>