Shades of Tea Rose #EA8BC4
Tints of Tea Rose #EA8BC4
RGB
CMYK
RGB Variations
Color information
#EA8BC4 (or 0xEA8BC4) is known color: Tea Rose. HEX triplet: EA, 8B and C4. RGB value is (234,139,196). Sum of RGB (Red+Green+Blue) = 234+139+196=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BC4 is #15743B. Grayscale: #ADADAD. Windows color (decimal): -1406012 or 12880874. OLE color: 12880874.
HSL color Cylindrical-coordinate representation of color #EA8BC4: hue angle of 324º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BC4 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 196 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.08 |
| HSL | 324º | 0.69% | 0.73% | - |
| HSV(B) | 324º | 0.41% | 0.92% | - |
| XYZ | 53.13 | 39.94 | 57.13 | - |
| YUV | 173.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 196 | 0 | 0.41 | 0.16 | 0.08 | 324 | 0.69 | 0.73 |
| Hex | EA | 8B | C4 | 0 | 29 | 10 | 8 | 144 | 45 | 49 |
| Octal | 352 | 213 | 304 | 0 | 51 | 20 | 10 | 504 | 105 | 111 |
| Binary | 11101010 | 10001011 | 11000100 | 0 | 101001 | 10000 | 1000 | 101000100 | 1000101 | 1001001 |
Color Harmonies of #EA8BC4
Complementary color
Monochromatic Colors of #EA8BC4
Black with #EA8BC4
Text Example
Text Example
White with #EA8BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BC4; }
p { color: rgb(234,139,196); }
H1.HeaderClassName
{
color: #EA8BC4;
}
.AnyTagClassName
{
color: #EA8BC4;
}
</style>
background-color css
<style>
a { background-color: #EA8BC4; }
a { background-color: rgb(234,139,196); }
div.DivClassName
{
background-color: #EA8BC4;
}
.BgClassName
{
background-color: #EA8BC4;
}
</style>
border-color css
<style>
span { border-color: #EA8BC4; }
span { border-color: rgb(234,139,196); }
td.TdClassName
{
border-color: #EA8BC4;
}
.TagClassName
{
border-color: #EA8BC4;
}
</style>