Shades of Illusion #E69CB2
Tints of Illusion #E69CB2
RGB
CMYK
RGB Variations
Color information
#E69CB2 (or 0xE69CB2) is known color: Illusion. HEX triplet: E6, 9C and B2. RGB value is (230,156,178). Sum of RGB (Red+Green+Blue) = 230+156+178=564 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.78% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69CB2 is #19634D. Grayscale: #B4B4B4. Windows color (decimal): -1663822 or 11705574. OLE color: 11705574.
HSL color Cylindrical-coordinate representation of color #E69CB2: hue angle of 342.16º 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 #E69CB2 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 156 | 178 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.10 |
| HSL | 342.16º | 0.6% | 0.76% | - |
| HSV(B) | 342.16º | 0.32% | 0.9% | - |
| XYZ | 52.56 | 43.81 | 47.81 | - |
| YUV | 180.63 | 126.52 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 156 | 178 | 0 | 0.32 | 0.23 | 0.10 | 342.16 | 0.6 | 0.76 |
| Hex | E6 | 9C | B2 | 0 | 20 | 17 | A | 156 | 3C | 4C |
| Octal | 346 | 234 | 262 | 0 | 40 | 27 | 12 | 526 | 74 | 114 |
| Binary | 11100110 | 10011100 | 10110010 | 0 | 100000 | 10111 | 1010 | 101010110 | 111100 | 1001100 |
Color Harmonies of #E69CB2
Complementary color
Monochromatic Colors of #E69CB2
Black with #E69CB2
Text Example
Text Example
White with #E69CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E69CB2; }
p { color: rgb(230,156,178); }
H1.HeaderClassName
{
color: #E69CB2;
}
.AnyTagClassName
{
color: #E69CB2;
}
</style>
background-color css
<style>
a { background-color: #E69CB2; }
a { background-color: rgb(230,156,178); }
div.DivClassName
{
background-color: #E69CB2;
}
.BgClassName
{
background-color: #E69CB2;
}
</style>
border-color css
<style>
span { border-color: #E69CB2; }
span { border-color: rgb(230,156,178); }
td.TdClassName
{
border-color: #E69CB2;
}
.TagClassName
{
border-color: #E69CB2;
}
</style>