Shades of Tea Rose #EF80C4
Tints of Tea Rose #EF80C4
RGB
CMYK
RGB Variations
Color information
#EF80C4 (or 0xEF80C4) is known color: Tea Rose. HEX triplet: EF, 80 and C4. RGB value is (239,128,196). Sum of RGB (Red+Green+Blue) = 239+128+196=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80C4 is #107F3B. Grayscale: #A8A8A8. Windows color (decimal): -1081148 or 12878063. OLE color: 12878063.
HSL color Cylindrical-coordinate representation of color #EF80C4: hue angle of 323.24º 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 #EF80C4 is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 196 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.06 |
| HSL | 323.24º | 0.78% | 0.72% | - |
| HSV(B) | 323.24º | 0.46% | 0.94% | - |
| XYZ | 53.28 | 37.77 | 56.71 | - |
| YUV | 168.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 196 | 0 | 0.46 | 0.18 | 0.06 | 323.24 | 0.78 | 0.72 |
| Hex | EF | 80 | C4 | 0 | 2E | 12 | 6 | 143 | 4E | 48 |
| Octal | 357 | 200 | 304 | 0 | 56 | 22 | 6 | 503 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11000100 | 0 | 101110 | 10010 | 110 | 101000011 | 1001110 | 1001000 |
Color Harmonies of #EF80C4
Complementary color
Monochromatic Colors of #EF80C4
Black with #EF80C4
Text Example
Text Example
White with #EF80C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80C4; }
p { color: rgb(239,128,196); }
H1.HeaderClassName
{
color: #EF80C4;
}
.AnyTagClassName
{
color: #EF80C4;
}
</style>
background-color css
<style>
a { background-color: #EF80C4; }
a { background-color: rgb(239,128,196); }
div.DivClassName
{
background-color: #EF80C4;
}
.BgClassName
{
background-color: #EF80C4;
}
</style>
border-color css
<style>
span { border-color: #EF80C4; }
span { border-color: rgb(239,128,196); }
td.TdClassName
{
border-color: #EF80C4;
}
.TagClassName
{
border-color: #EF80C4;
}
</style>