Shades of Illusion #EA9AAE
Tints of Illusion #EA9AAE
RGB
CMYK
RGB Variations
Color information
#EA9AAE (or 0xEA9AAE) is known color: Illusion. HEX triplet: EA, 9A and AE. RGB value is (234,154,174). Sum of RGB (Red+Green+Blue) = 234+154+174=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 154 (60.55% from 255 or 27.40% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9AAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9AAE is #156551. Grayscale: #B4B4B4. Windows color (decimal): -1402194 or 11442922. OLE color: 11442922.
HSL color Cylindrical-coordinate representation of color #EA9AAE: hue angle of 345º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EA9AAE is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 174 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.08 |
| HSL | 345º | 0.66% | 0.76% | - |
| HSV(B) | 345º | 0.34% | 0.92% | - |
| XYZ | 53.13 | 43.66 | 45.67 | - |
| YUV | 180.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 174 | 0 | 0.34 | 0.26 | 0.08 | 345 | 0.66 | 0.76 |
| Hex | EA | 9A | AE | 0 | 22 | 1A | 8 | 159 | 42 | 4C |
| Octal | 352 | 232 | 256 | 0 | 42 | 32 | 10 | 531 | 102 | 114 |
| Binary | 11101010 | 10011010 | 10101110 | 0 | 100010 | 11010 | 1000 | 101011001 | 1000010 | 1001100 |
Color Harmonies of #EA9AAE
Complementary color
Monochromatic Colors of #EA9AAE
Black with #EA9AAE
Text Example
Text Example
White with #EA9AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9AAE; }
p { color: rgb(234,154,174); }
H1.HeaderClassName
{
color: #EA9AAE;
}
.AnyTagClassName
{
color: #EA9AAE;
}
</style>
background-color css
<style>
a { background-color: #EA9AAE; }
a { background-color: rgb(234,154,174); }
div.DivClassName
{
background-color: #EA9AAE;
}
.BgClassName
{
background-color: #EA9AAE;
}
</style>
border-color css
<style>
span { border-color: #EA9AAE; }
span { border-color: rgb(234,154,174); }
td.TdClassName
{
border-color: #EA9AAE;
}
.TagClassName
{
border-color: #EA9AAE;
}
</style>