Shades of Tea Rose #EB7CCD
Tints of Tea Rose #EB7CCD
RGB
CMYK
RGB Variations
Color information
#EB7CCD (or 0xEB7CCD) is known color: Tea Rose. HEX triplet: EB, 7C and CD. RGB value is (235,124,205). Sum of RGB (Red+Green+Blue) = 235+124+205=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CCD is #148332. Grayscale: #A6A6A6. Windows color (decimal): -1344307 or 13466859. OLE color: 13466859.
HSL color Cylindrical-coordinate representation of color #EB7CCD: hue angle of 316.22º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7CCD is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 205 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.08 |
| HSL | 316.22º | 0.74% | 0.7% | - |
| HSV(B) | 316.22º | 0.47% | 0.92% | - |
| XYZ | 52.49 | 36.49 | 62.03 | - |
| YUV | 166.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 205 | 0 | 0.47 | 0.13 | 0.08 | 316.22 | 0.74 | 0.7 |
| Hex | EB | 7C | CD | 0 | 2F | D | 8 | 13C | 4A | 46 |
| Octal | 353 | 174 | 315 | 0 | 57 | 15 | 10 | 474 | 112 | 106 |
| Binary | 11101011 | 1111100 | 11001101 | 0 | 101111 | 1101 | 1000 | 100111100 | 1001010 | 1000110 |
Color Harmonies of #EB7CCD
Complementary color
Monochromatic Colors of #EB7CCD
Black with #EB7CCD
Text Example
Text Example
White with #EB7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7CCD; }
p { color: rgb(235,124,205); }
H1.HeaderClassName
{
color: #EB7CCD;
}
.AnyTagClassName
{
color: #EB7CCD;
}
</style>
background-color css
<style>
a { background-color: #EB7CCD; }
a { background-color: rgb(235,124,205); }
div.DivClassName
{
background-color: #EB7CCD;
}
.BgClassName
{
background-color: #EB7CCD;
}
</style>
border-color css
<style>
span { border-color: #EB7CCD; }
span { border-color: rgb(235,124,205); }
td.TdClassName
{
border-color: #EB7CCD;
}
.TagClassName
{
border-color: #EB7CCD;
}
</style>