Shades of Tea Rose #EB8CCD
Tints of Tea Rose #EB8CCD
RGB
CMYK
RGB Variations
Color information
#EB8CCD (or 0xEB8CCD) is known color: Tea Rose. HEX triplet: EB, 8C and CD. RGB value is (235,140,205). Sum of RGB (Red+Green+Blue) = 235+140+205=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CCD is #147332. Grayscale: #AFAFAF. Windows color (decimal): -1340211 or 13470955. OLE color: 13470955.
HSL color Cylindrical-coordinate representation of color #EB8CCD: hue angle of 318.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EB8CCD is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 140 | 205 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.08 |
| HSL | 318.95º | 0.7% | 0.74% | - |
| HSV(B) | 318.95º | 0.4% | 0.92% | - |
| XYZ | 54.66 | 40.83 | 62.76 | - |
| YUV | 175.82 | 144.47 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 140 | 205 | 0 | 0.40 | 0.13 | 0.08 | 318.95 | 0.7 | 0.74 |
| Hex | EB | 8C | CD | 0 | 28 | D | 8 | 13F | 46 | 4A |
| Octal | 353 | 214 | 315 | 0 | 50 | 15 | 10 | 477 | 106 | 112 |
| Binary | 11101011 | 10001100 | 11001101 | 0 | 101000 | 1101 | 1000 | 100111111 | 1000110 | 1001010 |
Color Harmonies of #EB8CCD
Complementary color
Monochromatic Colors of #EB8CCD
Black with #EB8CCD
Text Example
Text Example
White with #EB8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8CCD; }
p { color: rgb(235,140,205); }
H1.HeaderClassName
{
color: #EB8CCD;
}
.AnyTagClassName
{
color: #EB8CCD;
}
</style>
background-color css
<style>
a { background-color: #EB8CCD; }
a { background-color: rgb(235,140,205); }
div.DivClassName
{
background-color: #EB8CCD;
}
.BgClassName
{
background-color: #EB8CCD;
}
</style>
border-color css
<style>
span { border-color: #EB8CCD; }
span { border-color: rgb(235,140,205); }
td.TdClassName
{
border-color: #EB8CCD;
}
.TagClassName
{
border-color: #EB8CCD;
}
</style>