Shades of Tea Rose #EF90CC
Tints of Tea Rose #EF90CC
RGB
CMYK
RGB Variations
Color information
#EF90CC (or 0xEF90CC) is known color: Tea Rose. HEX triplet: EF, 90 and CC. RGB value is (239,144,204). Sum of RGB (Red+Green+Blue) = 239+144+204=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90CC is #106F33. Grayscale: #B3B3B3. Windows color (decimal): -1077044 or 13406447. OLE color: 13406447.
HSL color Cylindrical-coordinate representation of color #EF90CC: hue angle of 322.11º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90CC is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 204 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.06 |
| HSL | 322.11º | 0.75% | 0.75% | - |
| HSV(B) | 322.11º | 0.4% | 0.94% | - |
| XYZ | 56.47 | 42.66 | 62.38 | - |
| YUV | 179.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 204 | 0 | 0.40 | 0.15 | 0.06 | 322.11 | 0.75 | 0.75 |
| Hex | EF | 90 | CC | 0 | 28 | F | 6 | 142 | 4B | 4B |
| Octal | 357 | 220 | 314 | 0 | 50 | 17 | 6 | 502 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11001100 | 0 | 101000 | 1111 | 110 | 101000010 | 1001011 | 1001011 |
Color Harmonies of #EF90CC
Complementary color
Monochromatic Colors of #EF90CC
Black with #EF90CC
Text Example
Text Example
White with #EF90CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90CC; }
p { color: rgb(239,144,204); }
H1.HeaderClassName
{
color: #EF90CC;
}
.AnyTagClassName
{
color: #EF90CC;
}
</style>
background-color css
<style>
a { background-color: #EF90CC; }
a { background-color: rgb(239,144,204); }
div.DivClassName
{
background-color: #EF90CC;
}
.BgClassName
{
background-color: #EF90CC;
}
</style>
border-color css
<style>
span { border-color: #EF90CC; }
span { border-color: rgb(239,144,204); }
td.TdClassName
{
border-color: #EF90CC;
}
.TagClassName
{
border-color: #EF90CC;
}
</style>