Shades of Tea Rose #EF88CC
Tints of Tea Rose #EF88CC
RGB
CMYK
RGB Variations
Color information
#EF88CC (or 0xEF88CC) is known color: Tea Rose. HEX triplet: EF, 88 and CC. RGB value is (239,136,204). Sum of RGB (Red+Green+Blue) = 239+136+204=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF88CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF88CC is #107733. Grayscale: #AEAEAE. Windows color (decimal): -1079092 or 13404399. OLE color: 13404399.
HSL color Cylindrical-coordinate representation of color #EF88CC: hue angle of 320.39º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EF88CC is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 136 | 204 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.06 |
| HSL | 320.39º | 0.76% | 0.74% | - |
| HSV(B) | 320.39º | 0.43% | 0.94% | - |
| XYZ | 55.3 | 40.32 | 61.99 | - |
| YUV | 174.55 | 144.62 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 136 | 204 | 0 | 0.43 | 0.15 | 0.06 | 320.39 | 0.76 | 0.74 |
| Hex | EF | 88 | CC | 0 | 2B | F | 6 | 140 | 4C | 4A |
| Octal | 357 | 210 | 314 | 0 | 53 | 17 | 6 | 500 | 114 | 112 |
| Binary | 11101111 | 10001000 | 11001100 | 0 | 101011 | 1111 | 110 | 101000000 | 1001100 | 1001010 |
Color Harmonies of #EF88CC
Complementary color
Monochromatic Colors of #EF88CC
Black with #EF88CC
Text Example
Text Example
White with #EF88CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF88CC; }
p { color: rgb(239,136,204); }
H1.HeaderClassName
{
color: #EF88CC;
}
.AnyTagClassName
{
color: #EF88CC;
}
</style>
background-color css
<style>
a { background-color: #EF88CC; }
a { background-color: rgb(239,136,204); }
div.DivClassName
{
background-color: #EF88CC;
}
.BgClassName
{
background-color: #EF88CC;
}
</style>
border-color css
<style>
span { border-color: #EF88CC; }
span { border-color: rgb(239,136,204); }
td.TdClassName
{
border-color: #EF88CC;
}
.TagClassName
{
border-color: #EF88CC;
}
</style>