Shades of Illusion #EA8AB0
Tints of Illusion #EA8AB0
RGB
CMYK
RGB Variations
Color information
#EA8AB0 (or 0xEA8AB0) is known color: Illusion. HEX triplet: EA, 8A and B0. RGB value is (234,138,176). Sum of RGB (Red+Green+Blue) = 234+138+176=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 176 (69.14% from 255 or 32.12% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8AB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8AB0 is #15754F. Grayscale: #AAAAAA. Windows color (decimal): -1406288 or 11569898. OLE color: 11569898.
HSL color Cylindrical-coordinate representation of color #EA8AB0: hue angle of 336.25º degrees, saturation: 0.7, 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 #EA8AB0 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 138 | 176 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.08 |
| HSL | 336.25º | 0.7% | 0.73% | - |
| HSV(B) | 336.25º | 0.41% | 0.92% | - |
| XYZ | 50.86 | 38.8 | 45.88 | - |
| YUV | 171.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 138 | 176 | 0 | 0.41 | 0.25 | 0.08 | 336.25 | 0.7 | 0.73 |
| Hex | EA | 8A | B0 | 0 | 29 | 19 | 8 | 150 | 46 | 49 |
| Octal | 352 | 212 | 260 | 0 | 51 | 31 | 10 | 520 | 106 | 111 |
| Binary | 11101010 | 10001010 | 10110000 | 0 | 101001 | 11001 | 1000 | 101010000 | 1000110 | 1001001 |
Color Harmonies of #EA8AB0
Complementary color
Monochromatic Colors of #EA8AB0
Black with #EA8AB0
Text Example
Text Example
White with #EA8AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8AB0; }
p { color: rgb(234,138,176); }
H1.HeaderClassName
{
color: #EA8AB0;
}
.AnyTagClassName
{
color: #EA8AB0;
}
</style>
background-color css
<style>
a { background-color: #EA8AB0; }
a { background-color: rgb(234,138,176); }
div.DivClassName
{
background-color: #EA8AB0;
}
.BgClassName
{
background-color: #EA8AB0;
}
</style>
border-color css
<style>
span { border-color: #EA8AB0; }
span { border-color: rgb(234,138,176); }
td.TdClassName
{
border-color: #EA8AB0;
}
.TagClassName
{
border-color: #EA8AB0;
}
</style>