Shades of Tea Rose #EF92D0
Tints of Tea Rose #EF92D0
RGB
CMYK
RGB Variations
Color information
#EF92D0 (or 0xEF92D0) is known color: Tea Rose. HEX triplet: EF, 92 and D0. RGB value is (239,146,208). Sum of RGB (Red+Green+Blue) = 239+146+208=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EF92D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF92D0 is #106D2F. Grayscale: #B4B4B4. Windows color (decimal): -1076528 or 13669103. OLE color: 13669103.
HSL color Cylindrical-coordinate representation of color #EF92D0: hue angle of 320º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EF92D0 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 146 | 208 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.06 |
| HSL | 320º | 0.74% | 0.75% | - |
| HSV(B) | 320º | 0.39% | 0.94% | - |
| XYZ | 57.26 | 43.46 | 65.05 | - |
| YUV | 180.88 | 143.31 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 146 | 208 | 0 | 0.39 | 0.13 | 0.06 | 320 | 0.74 | 0.75 |
| Hex | EF | 92 | D0 | 0 | 27 | D | 6 | 140 | 4A | 4B |
| Octal | 357 | 222 | 320 | 0 | 47 | 15 | 6 | 500 | 112 | 113 |
| Binary | 11101111 | 10010010 | 11010000 | 0 | 100111 | 1101 | 110 | 101000000 | 1001010 | 1001011 |
Color Harmonies of #EF92D0
Complementary color
Monochromatic Colors of #EF92D0
Black with #EF92D0
Text Example
Text Example
White with #EF92D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF92D0; }
p { color: rgb(239,146,208); }
H1.HeaderClassName
{
color: #EF92D0;
}
.AnyTagClassName
{
color: #EF92D0;
}
</style>
background-color css
<style>
a { background-color: #EF92D0; }
a { background-color: rgb(239,146,208); }
div.DivClassName
{
background-color: #EF92D0;
}
.BgClassName
{
background-color: #EF92D0;
}
</style>
border-color css
<style>
span { border-color: #EF92D0; }
span { border-color: rgb(239,146,208); }
td.TdClassName
{
border-color: #EF92D0;
}
.TagClassName
{
border-color: #EF92D0;
}
</style>