Shades of Tea Rose #EF91CC
Tints of Tea Rose #EF91CC
RGB
CMYK
RGB Variations
Color information
#EF91CC (or 0xEF91CC) is known color: Tea Rose. HEX triplet: EF, 91 and CC. RGB value is (239,145,204). Sum of RGB (Red+Green+Blue) = 239+145+204=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EF91CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF91CC is #106E33. Grayscale: #B3B3B3. Windows color (decimal): -1076788 or 13406703. OLE color: 13406703.
HSL color Cylindrical-coordinate representation of color #EF91CC: hue angle of 322.34º 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 #EF91CC is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 145 | 204 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.06 |
| HSL | 322.34º | 0.75% | 0.75% | - |
| HSV(B) | 322.34º | 0.39% | 0.94% | - |
| XYZ | 56.62 | 42.96 | 62.43 | - |
| YUV | 179.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 145 | 204 | 0 | 0.39 | 0.15 | 0.06 | 322.34 | 0.75 | 0.75 |
| Hex | EF | 91 | CC | 0 | 27 | F | 6 | 142 | 4B | 4B |
| Octal | 357 | 221 | 314 | 0 | 47 | 17 | 6 | 502 | 113 | 113 |
| Binary | 11101111 | 10010001 | 11001100 | 0 | 100111 | 1111 | 110 | 101000010 | 1001011 | 1001011 |
Color Harmonies of #EF91CC
Complementary color
Monochromatic Colors of #EF91CC
Black with #EF91CC
Text Example
Text Example
White with #EF91CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF91CC; }
p { color: rgb(239,145,204); }
H1.HeaderClassName
{
color: #EF91CC;
}
.AnyTagClassName
{
color: #EF91CC;
}
</style>
background-color css
<style>
a { background-color: #EF91CC; }
a { background-color: rgb(239,145,204); }
div.DivClassName
{
background-color: #EF91CC;
}
.BgClassName
{
background-color: #EF91CC;
}
</style>
border-color css
<style>
span { border-color: #EF91CC; }
span { border-color: rgb(239,145,204); }
td.TdClassName
{
border-color: #EF91CC;
}
.TagClassName
{
border-color: #EF91CC;
}
</style>