Shades of Tea Rose #EC8AC4
Tints of Tea Rose #EC8AC4
RGB
CMYK
RGB Variations
Color information
#EC8AC4 (or 0xEC8AC4) is known color: Tea Rose. HEX triplet: EC, 8A and C4. RGB value is (236,138,196). Sum of RGB (Red+Green+Blue) = 236+138+196=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC8AC4 is #13753B. Grayscale: #ADADAD. Windows color (decimal): -1275196 or 12880620. OLE color: 12880620.
HSL color Cylindrical-coordinate representation of color #EC8AC4: hue angle of 324.49º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8AC4 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 138 | 196 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.07 |
| HSL | 324.49º | 0.72% | 0.73% | - |
| HSV(B) | 324.49º | 0.42% | 0.93% | - |
| XYZ | 53.64 | 40 | 57.12 | - |
| YUV | 173.91 | 140.47 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 138 | 196 | 0 | 0.42 | 0.17 | 0.07 | 324.49 | 0.72 | 0.73 |
| Hex | EC | 8A | C4 | 0 | 2A | 11 | 7 | 144 | 48 | 49 |
| Octal | 354 | 212 | 304 | 0 | 52 | 21 | 7 | 504 | 110 | 111 |
| Binary | 11101100 | 10001010 | 11000100 | 0 | 101010 | 10001 | 111 | 101000100 | 1001000 | 1001001 |
Color Harmonies of #EC8AC4
Complementary color
Monochromatic Colors of #EC8AC4
Black with #EC8AC4
Text Example
Text Example
White with #EC8AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8AC4; }
p { color: rgb(236,138,196); }
H1.HeaderClassName
{
color: #EC8AC4;
}
.AnyTagClassName
{
color: #EC8AC4;
}
</style>
background-color css
<style>
a { background-color: #EC8AC4; }
a { background-color: rgb(236,138,196); }
div.DivClassName
{
background-color: #EC8AC4;
}
.BgClassName
{
background-color: #EC8AC4;
}
</style>
border-color css
<style>
span { border-color: #EC8AC4; }
span { border-color: rgb(236,138,196); }
td.TdClassName
{
border-color: #EC8AC4;
}
.TagClassName
{
border-color: #EC8AC4;
}
</style>