Shades of Illusion #E69CB5
Tints of Illusion #E69CB5
RGB
CMYK
RGB Variations
Color information
#E69CB5 (or 0xE69CB5) is known color: Illusion. HEX triplet: E6, 9C and B5. RGB value is (230,156,181). Sum of RGB (Red+Green+Blue) = 230+156+181=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CB5 is #19634A. Grayscale: #B4B4B4. Windows color (decimal): -1663819 or 11902182. OLE color: 11902182.
HSL color Cylindrical-coordinate representation of color #E69CB5: hue angle of 339.73º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69CB5 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 181 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.10 |
| HSL | 339.73º | 0.6% | 0.76% | - |
| HSV(B) | 339.73º | 0.32% | 0.9% | - |
| XYZ | 52.86 | 43.94 | 49.41 | - |
| YUV | 180.98 | 128.02 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 181 | 0 | 0.32 | 0.21 | 0.10 | 339.73 | 0.6 | 0.76 |
| Hex | E6 | 9C | B5 | 0 | 20 | 15 | A | 154 | 3C | 4C |
| Octal | 346 | 234 | 265 | 0 | 40 | 25 | 12 | 524 | 74 | 114 |
| Binary | 11100110 | 10011100 | 10110101 | 0 | 100000 | 10101 | 1010 | 101010100 | 111100 | 1001100 |
Color Harmonies of #E69CB5
Complementary color
Monochromatic Colors of #E69CB5
Black with #E69CB5
Text Example
Text Example
White with #E69CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CB5; }
p { color: rgb(230,156,181); }
H1.HeaderClassName
{
color: #E69CB5;
}
.AnyTagClassName
{
color: #E69CB5;
}
</style>
background-color css
<style>
a { background-color: #E69CB5; }
a { background-color: rgb(230,156,181); }
div.DivClassName
{
background-color: #E69CB5;
}
.BgClassName
{
background-color: #E69CB5;
}
</style>
border-color css
<style>
span { border-color: #E69CB5; }
span { border-color: rgb(230,156,181); }
td.TdClassName
{
border-color: #E69CB5;
}
.TagClassName
{
border-color: #E69CB5;
}
</style>