Shades of Tea Rose #EF91CB
Tints of Tea Rose #EF91CB
RGB
CMYK
RGB Variations
Color information
#EF91CB (or 0xEF91CB) is known color: Tea Rose. HEX triplet: EF, 91 and CB. RGB value is (239,145,203). Sum of RGB (Red+Green+Blue) = 239+145+203=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91CB is #106E34. Grayscale: #B3B3B3. Windows color (decimal): -1076789 or 13341167. OLE color: 13341167.
HSL color Cylindrical-coordinate representation of color #EF91CB: hue angle of 322.98º degrees, saturation: 0.75, 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 #EF91CB is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 203 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.06 |
| HSL | 322.98º | 0.75% | 0.75% | - |
| HSV(B) | 322.98º | 0.39% | 0.94% | - |
| XYZ | 56.5 | 42.91 | 61.81 | - |
| YUV | 179.72 | 141.14 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 203 | 0 | 0.39 | 0.15 | 0.06 | 322.98 | 0.75 | 0.75 |
| Hex | EF | 91 | CB | 0 | 27 | F | 6 | 143 | 4B | 4B |
| Octal | 357 | 221 | 313 | 0 | 47 | 17 | 6 | 503 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11001011 | 0 | 100111 | 1111 | 110 | 101000011 | 1001011 | 1001011 |
Color Harmonies of #EF91CB
Complementary color
Monochromatic Colors of #EF91CB
Black with #EF91CB
Text Example
Text Example
White with #EF91CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91CB; }
p { color: rgb(239,145,203); }
H1.HeaderClassName
{
color: #EF91CB;
}
.AnyTagClassName
{
color: #EF91CB;
}
</style>
background-color css
<style>
a { background-color: #EF91CB; }
a { background-color: rgb(239,145,203); }
div.DivClassName
{
background-color: #EF91CB;
}
.BgClassName
{
background-color: #EF91CB;
}
</style>
border-color css
<style>
span { border-color: #EF91CB; }
span { border-color: rgb(239,145,203); }
td.TdClassName
{
border-color: #EF91CB;
}
.TagClassName
{
border-color: #EF91CB;
}
</style>