Shades of Tea Rose #EF7ACB
Tints of Tea Rose #EF7ACB
RGB
CMYK
RGB Variations
Color information
#EF7ACB (or 0xEF7ACB) is known color: Tea Rose. HEX triplet: EF, 7A and CB. RGB value is (239,122,203). Sum of RGB (Red+Green+Blue) = 239+122+203=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ACB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ACB is #108534. Grayscale: #A6A6A6. Windows color (decimal): -1082677 or 13335279. OLE color: 13335279.
HSL color Cylindrical-coordinate representation of color #EF7ACB: hue angle of 318.46º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7ACB is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 122 | 203 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.06 |
| HSL | 318.46º | 0.79% | 0.71% | - |
| HSV(B) | 318.46º | 0.49% | 0.94% | - |
| XYZ | 53.34 | 36.58 | 60.75 | - |
| YUV | 166.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 122 | 203 | 0 | 0.49 | 0.15 | 0.06 | 318.46 | 0.79 | 0.71 |
| Hex | EF | 7A | CB | 0 | 31 | F | 6 | 13E | 4F | 47 |
| Octal | 357 | 172 | 313 | 0 | 61 | 17 | 6 | 476 | 117 | 107 |
| Binary | 11101111 | 1111010 | 11001011 | 0 | 110001 | 1111 | 110 | 100111110 | 1001111 | 1000111 |
Color Harmonies of #EF7ACB
Complementary color
Monochromatic Colors of #EF7ACB
Black with #EF7ACB
Text Example
Text Example
White with #EF7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7ACB; }
p { color: rgb(239,122,203); }
H1.HeaderClassName
{
color: #EF7ACB;
}
.AnyTagClassName
{
color: #EF7ACB;
}
</style>
background-color css
<style>
a { background-color: #EF7ACB; }
a { background-color: rgb(239,122,203); }
div.DivClassName
{
background-color: #EF7ACB;
}
.BgClassName
{
background-color: #EF7ACB;
}
</style>
border-color css
<style>
span { border-color: #EF7ACB; }
span { border-color: rgb(239,122,203); }
td.TdClassName
{
border-color: #EF7ACB;
}
.TagClassName
{
border-color: #EF7ACB;
}
</style>