Shades of Illusion #E79BAF
Tints of Illusion #E79BAF
RGB
CMYK
RGB Variations
Color information
#E79BAF (or 0xE79BAF) is known color: Illusion. HEX triplet: E7, 9B and AF. RGB value is (231,155,175). Sum of RGB (Red+Green+Blue) = 231+155+175=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E79BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79BAF is #186450. Grayscale: #B4B4B4. Windows color (decimal): -1598545 or 11508711. OLE color: 11508711.
HSL color Cylindrical-coordinate representation of color #E79BAF: hue angle of 344.21º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E79BAF is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 155 | 175 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.09 |
| HSL | 344.21º | 0.61% | 0.76% | - |
| HSV(B) | 344.21º | 0.33% | 0.91% | - |
| XYZ | 52.41 | 43.53 | 46.2 | - |
| YUV | 180 | 125.18 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 155 | 175 | 0 | 0.33 | 0.24 | 0.09 | 344.21 | 0.61 | 0.76 |
| Hex | E7 | 9B | AF | 0 | 21 | 18 | 9 | 158 | 3D | 4C |
| Octal | 347 | 233 | 257 | 0 | 41 | 30 | 11 | 530 | 75 | 114 |
| Binary | 11100111 | 10011011 | 10101111 | 0 | 100001 | 11000 | 1001 | 101011000 | 111101 | 1001100 |
Color Harmonies of #E79BAF
Complementary color
Monochromatic Colors of #E79BAF
Black with #E79BAF
Text Example
Text Example
White with #E79BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E79BAF; }
p { color: rgb(231,155,175); }
H1.HeaderClassName
{
color: #E79BAF;
}
.AnyTagClassName
{
color: #E79BAF;
}
</style>
background-color css
<style>
a { background-color: #E79BAF; }
a { background-color: rgb(231,155,175); }
div.DivClassName
{
background-color: #E79BAF;
}
.BgClassName
{
background-color: #E79BAF;
}
</style>
border-color css
<style>
span { border-color: #E79BAF; }
span { border-color: rgb(231,155,175); }
td.TdClassName
{
border-color: #E79BAF;
}
.TagClassName
{
border-color: #E79BAF;
}
</style>