Shades of Illusion #EA96B0
Tints of Illusion #EA96B0
RGB
CMYK
RGB Variations
Color information
#EA96B0 (or 0xEA96B0) is known color: Illusion. HEX triplet: EA, 96 and B0. RGB value is (234,150,176). Sum of RGB (Red+Green+Blue) = 234+150+176=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA96B0 is #15694F. Grayscale: #B2B2B2. Windows color (decimal): -1403216 or 11572970. OLE color: 11572970.
HSL color Cylindrical-coordinate representation of color #EA96B0: hue angle of 341.43º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA96B0 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 176 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.08 |
| HSL | 341.43º | 0.67% | 0.75% | - |
| HSV(B) | 341.43º | 0.36% | 0.92% | - |
| XYZ | 52.67 | 42.44 | 46.49 | - |
| YUV | 178.08 | 126.83 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 176 | 0 | 0.36 | 0.25 | 0.08 | 341.43 | 0.67 | 0.75 |
| Hex | EA | 96 | B0 | 0 | 24 | 19 | 8 | 155 | 43 | 4B |
| Octal | 352 | 226 | 260 | 0 | 44 | 31 | 10 | 525 | 103 | 113 |
| Binary | 11101010 | 10010110 | 10110000 | 0 | 100100 | 11001 | 1000 | 101010101 | 1000011 | 1001011 |
Color Harmonies of #EA96B0
Complementary color
Monochromatic Colors of #EA96B0
Black with #EA96B0
Text Example
Text Example
White with #EA96B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA96B0; }
p { color: rgb(234,150,176); }
H1.HeaderClassName
{
color: #EA96B0;
}
.AnyTagClassName
{
color: #EA96B0;
}
</style>
background-color css
<style>
a { background-color: #EA96B0; }
a { background-color: rgb(234,150,176); }
div.DivClassName
{
background-color: #EA96B0;
}
.BgClassName
{
background-color: #EA96B0;
}
</style>
border-color css
<style>
span { border-color: #EA96B0; }
span { border-color: rgb(234,150,176); }
td.TdClassName
{
border-color: #EA96B0;
}
.TagClassName
{
border-color: #EA96B0;
}
</style>