Shades of Tea Rose #EF90CB
Tints of Tea Rose #EF90CB
RGB
CMYK
RGB Variations
Color information
#EF90CB (or 0xEF90CB) is known color: Tea Rose. HEX triplet: EF, 90 and CB. RGB value is (239,144,203). Sum of RGB (Red+Green+Blue) = 239+144+203=586 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.78% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90CB is #106F34. Grayscale: #B2B2B2. Windows color (decimal): -1077045 or 13340911. OLE color: 13340911.
HSL color Cylindrical-coordinate representation of color #EF90CB: hue angle of 322.74º 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 #EF90CB is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 144 | 203 | - |
| CMYK | 0 | 0.40 | 0.15 | 0.06 |
| HSL | 322.74º | 0.75% | 0.75% | - |
| HSV(B) | 322.74º | 0.4% | 0.94% | - |
| XYZ | 56.35 | 42.61 | 61.75 | - |
| YUV | 179.13 | 141.47 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 144 | 203 | 0 | 0.40 | 0.15 | 0.06 | 322.74 | 0.75 | 0.75 |
| Hex | EF | 90 | CB | 0 | 28 | F | 6 | 143 | 4B | 4B |
| Octal | 357 | 220 | 313 | 0 | 50 | 17 | 6 | 503 | 113 | 113 |
| Binary | 11101111 | 10010000 | 11001011 | 0 | 101000 | 1111 | 110 | 101000011 | 1001011 | 1001011 |
Color Harmonies of #EF90CB
Complementary color
Monochromatic Colors of #EF90CB
Black with #EF90CB
Text Example
Text Example
White with #EF90CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF90CB; }
p { color: rgb(239,144,203); }
H1.HeaderClassName
{
color: #EF90CB;
}
.AnyTagClassName
{
color: #EF90CB;
}
</style>
background-color css
<style>
a { background-color: #EF90CB; }
a { background-color: rgb(239,144,203); }
div.DivClassName
{
background-color: #EF90CB;
}
.BgClassName
{
background-color: #EF90CB;
}
</style>
border-color css
<style>
span { border-color: #EF90CB; }
span { border-color: rgb(239,144,203); }
td.TdClassName
{
border-color: #EF90CB;
}
.TagClassName
{
border-color: #EF90CB;
}
</style>