Shades of Illusion #E69BAD
Tints of Illusion #E69BAD
RGB
CMYK
RGB Variations
Color information
#E69BAD (or 0xE69BAD) is known color: Illusion. HEX triplet: E6, 9B and AD. RGB value is (230,155,173). Sum of RGB (Red+Green+Blue) = 230+155+173=558 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.22% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 230 - color contains mainly: red. Hex color #E69BAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69BAD is #196452. Grayscale: #B3B3B3. Windows color (decimal): -1664083 or 11377638. OLE color: 11377638.
HSL color Cylindrical-coordinate representation of color #E69BAD: hue angle of 345.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E69BAD is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 155 | 173 | - |
| CMYK | 0 | 0.33 | 0.25 | 0.10 |
| HSL | 345.6º | 0.6% | 0.75% | - |
| HSV(B) | 345.6º | 0.33% | 0.9% | - |
| XYZ | 51.9 | 43.28 | 45.15 | - |
| YUV | 179.48 | 124.35 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 155 | 173 | 0 | 0.33 | 0.25 | 0.10 | 345.6 | 0.6 | 0.75 |
| Hex | E6 | 9B | AD | 0 | 21 | 19 | A | 15A | 3C | 4B |
| Octal | 346 | 233 | 255 | 0 | 41 | 31 | 12 | 532 | 74 | 113 |
| Binary | 11100110 | 10011011 | 10101101 | 0 | 100001 | 11001 | 1010 | 101011010 | 111100 | 1001011 |
Color Harmonies of #E69BAD
Complementary color
Monochromatic Colors of #E69BAD
Black with #E69BAD
Text Example
Text Example
White with #E69BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69BAD; }
p { color: rgb(230,155,173); }
H1.HeaderClassName
{
color: #E69BAD;
}
.AnyTagClassName
{
color: #E69BAD;
}
</style>
background-color css
<style>
a { background-color: #E69BAD; }
a { background-color: rgb(230,155,173); }
div.DivClassName
{
background-color: #E69BAD;
}
.BgClassName
{
background-color: #E69BAD;
}
</style>
border-color css
<style>
span { border-color: #E69BAD; }
span { border-color: rgb(230,155,173); }
td.TdClassName
{
border-color: #E69BAD;
}
.TagClassName
{
border-color: #E69BAD;
}
</style>