Shades of Illusion #E5A1B2
Tints of Illusion #E5A1B2
RGB
CMYK
RGB Variations
Color information
#E5A1B2 (or 0xE5A1B2) is known color: Illusion. HEX triplet: E5, A1 and B2. RGB value is (229,161,178). Sum of RGB (Red+Green+Blue) = 229+161+178=568 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.32% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5A1B2 is #1A5E4D. Grayscale: #B7B7B7. Windows color (decimal): -1728078 or 11706853. OLE color: 11706853.
HSL color Cylindrical-coordinate representation of color #E5A1B2: hue angle of 345º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A1B2 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 161 | 178 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.10 |
| HSL | 345º | 0.57% | 0.76% | - |
| HSV(B) | 345º | 0.3% | 0.9% | - |
| XYZ | 53.09 | 45.36 | 48.08 | - |
| YUV | 183.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 161 | 178 | 0 | 0.30 | 0.22 | 0.10 | 345 | 0.57 | 0.76 |
| Hex | E5 | A1 | B2 | 0 | 1E | 16 | A | 159 | 39 | 4C |
| Octal | 345 | 241 | 262 | 0 | 36 | 26 | 12 | 531 | 71 | 114 |
| Binary | 11100101 | 10100001 | 10110010 | 0 | 11110 | 10110 | 1010 | 101011001 | 111001 | 1001100 |
Color Harmonies of #E5A1B2
Complementary color
Monochromatic Colors of #E5A1B2
Black with #E5A1B2
Text Example
Text Example
White with #E5A1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A1B2; }
p { color: rgb(229,161,178); }
H1.HeaderClassName
{
color: #E5A1B2;
}
.AnyTagClassName
{
color: #E5A1B2;
}
</style>
background-color css
<style>
a { background-color: #E5A1B2; }
a { background-color: rgb(229,161,178); }
div.DivClassName
{
background-color: #E5A1B2;
}
.BgClassName
{
background-color: #E5A1B2;
}
</style>
border-color css
<style>
span { border-color: #E5A1B2; }
span { border-color: rgb(229,161,178); }
td.TdClassName
{
border-color: #E5A1B2;
}
.TagClassName
{
border-color: #E5A1B2;
}
</style>