Shades of Tea Rose #EA90CD
Tints of Tea Rose #EA90CD
RGB
CMYK
RGB Variations
Color information
#EA90CD (or 0xEA90CD) is known color: Tea Rose. HEX triplet: EA, 90 and CD. RGB value is (234,144,205). Sum of RGB (Red+Green+Blue) = 234+144+205=583 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.14% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 234 - color contains mainly: red. Hex color #EA90CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA90CD is #156F32. Grayscale: #B1B1B1. Windows color (decimal): -1404723 or 13471978. OLE color: 13471978.
HSL color Cylindrical-coordinate representation of color #EA90CD: hue angle of 319.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA90CD is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 205 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.08 |
| HSL | 319.33º | 0.68% | 0.74% | - |
| HSV(B) | 319.33º | 0.38% | 0.92% | - |
| XYZ | 54.92 | 41.85 | 62.94 | - |
| YUV | 177.86 | 143.32 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 205 | 0 | 0.38 | 0.12 | 0.08 | 319.33 | 0.68 | 0.74 |
| Hex | EA | 90 | CD | 0 | 26 | C | 8 | 13F | 44 | 4A |
| Octal | 352 | 220 | 315 | 0 | 46 | 14 | 10 | 477 | 104 | 112 |
| Binary | 11101010 | 10010000 | 11001101 | 0 | 100110 | 1100 | 1000 | 100111111 | 1000100 | 1001010 |
Color Harmonies of #EA90CD
Complementary color
Monochromatic Colors of #EA90CD
Black with #EA90CD
Text Example
Text Example
White with #EA90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA90CD; }
p { color: rgb(234,144,205); }
H1.HeaderClassName
{
color: #EA90CD;
}
.AnyTagClassName
{
color: #EA90CD;
}
</style>
background-color css
<style>
a { background-color: #EA90CD; }
a { background-color: rgb(234,144,205); }
div.DivClassName
{
background-color: #EA90CD;
}
.BgClassName
{
background-color: #EA90CD;
}
</style>
border-color css
<style>
span { border-color: #EA90CD; }
span { border-color: rgb(234,144,205); }
td.TdClassName
{
border-color: #EA90CD;
}
.TagClassName
{
border-color: #EA90CD;
}
</style>