Shades of Tea Rose #EA8ECB
Tints of Tea Rose #EA8ECB
RGB
CMYK
RGB Variations
Color information
#EA8ECB (or 0xEA8ECB) is known color: Tea Rose. HEX triplet: EA, 8E and CB. RGB value is (234,142,203). Sum of RGB (Red+Green+Blue) = 234+142+203=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8ECB is #157134. Grayscale: #B0B0B0. Windows color (decimal): -1405237 or 13340394. OLE color: 13340394.
HSL color Cylindrical-coordinate representation of color #EA8ECB: hue angle of 320.22º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8ECB is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 142 | 203 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.08 |
| HSL | 320.22º | 0.69% | 0.74% | - |
| HSV(B) | 320.22º | 0.39% | 0.92% | - |
| XYZ | 54.38 | 41.15 | 61.58 | - |
| YUV | 176.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 142 | 203 | 0 | 0.39 | 0.13 | 0.08 | 320.22 | 0.69 | 0.74 |
| Hex | EA | 8E | CB | 0 | 27 | D | 8 | 140 | 45 | 4A |
| Octal | 352 | 216 | 313 | 0 | 47 | 15 | 10 | 500 | 105 | 112 |
| Binary | 11101010 | 10001110 | 11001011 | 0 | 100111 | 1101 | 1000 | 101000000 | 1000101 | 1001010 |
Color Harmonies of #EA8ECB
Complementary color
Monochromatic Colors of #EA8ECB
Black with #EA8ECB
Text Example
Text Example
White with #EA8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8ECB; }
p { color: rgb(234,142,203); }
H1.HeaderClassName
{
color: #EA8ECB;
}
.AnyTagClassName
{
color: #EA8ECB;
}
</style>
background-color css
<style>
a { background-color: #EA8ECB; }
a { background-color: rgb(234,142,203); }
div.DivClassName
{
background-color: #EA8ECB;
}
.BgClassName
{
background-color: #EA8ECB;
}
</style>
border-color css
<style>
span { border-color: #EA8ECB; }
span { border-color: rgb(234,142,203); }
td.TdClassName
{
border-color: #EA8ECB;
}
.TagClassName
{
border-color: #EA8ECB;
}
</style>