Shades of Tea Rose #EF80CB
Tints of Tea Rose #EF80CB
RGB
CMYK
RGB Variations
Color information
#EF80CB (or 0xEF80CB) is known color: Tea Rose. HEX triplet: EF, 80 and CB. RGB value is (239,128,203). Sum of RGB (Red+Green+Blue) = 239+128+203=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80CB is #107F34. Grayscale: #A9A9A9. Windows color (decimal): -1081141 or 13336815. OLE color: 13336815.
HSL color Cylindrical-coordinate representation of color #EF80CB: hue angle of 319.46º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80CB is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 203 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.06 |
| HSL | 319.46º | 0.78% | 0.72% | - |
| HSV(B) | 319.46º | 0.46% | 0.94% | - |
| XYZ | 54.1 | 38.1 | 61 | - |
| YUV | 169.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 203 | 0 | 0.46 | 0.15 | 0.06 | 319.46 | 0.78 | 0.72 |
| Hex | EF | 80 | CB | 0 | 2E | F | 6 | 13F | 4E | 48 |
| Octal | 357 | 200 | 313 | 0 | 56 | 17 | 6 | 477 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11001011 | 0 | 101110 | 1111 | 110 | 100111111 | 1001110 | 1001000 |
Color Harmonies of #EF80CB
Complementary color
Monochromatic Colors of #EF80CB
Black with #EF80CB
Text Example
Text Example
White with #EF80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80CB; }
p { color: rgb(239,128,203); }
H1.HeaderClassName
{
color: #EF80CB;
}
.AnyTagClassName
{
color: #EF80CB;
}
</style>
background-color css
<style>
a { background-color: #EF80CB; }
a { background-color: rgb(239,128,203); }
div.DivClassName
{
background-color: #EF80CB;
}
.BgClassName
{
background-color: #EF80CB;
}
</style>
border-color css
<style>
span { border-color: #EF80CB; }
span { border-color: rgb(239,128,203); }
td.TdClassName
{
border-color: #EF80CB;
}
.TagClassName
{
border-color: #EF80CB;
}
</style>