Shades of Illusion #ED96AA
Tints of Illusion #ED96AA
RGB
CMYK
RGB Variations
Color information
#ED96AA (or 0xED96AA) is known color: Illusion. HEX triplet: ED, 96 and AA. RGB value is (237,150,170). Sum of RGB (Red+Green+Blue) = 237+150+170=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED96AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED96AA is #126955. Grayscale: #B2B2B2. Windows color (decimal): -1206614 or 11179757. OLE color: 11179757.
HSL color Cylindrical-coordinate representation of color #ED96AA: hue angle of 346.21º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED96AA is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 150 | 170 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.07 |
| HSL | 346.21º | 0.71% | 0.76% | - |
| HSV(B) | 346.21º | 0.37% | 0.93% | - |
| XYZ | 53.09 | 42.72 | 43.48 | - |
| YUV | 178.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 150 | 170 | 0 | 0.37 | 0.28 | 0.07 | 346.21 | 0.71 | 0.76 |
| Hex | ED | 96 | AA | 0 | 25 | 1C | 7 | 15A | 47 | 4C |
| Octal | 355 | 226 | 252 | 0 | 45 | 34 | 7 | 532 | 107 | 114 |
| Binary | 11101101 | 10010110 | 10101010 | 0 | 100101 | 11100 | 111 | 101011010 | 1000111 | 1001100 |
Color Harmonies of #ED96AA
Complementary color
Monochromatic Colors of #ED96AA
Black with #ED96AA
Text Example
Text Example
White with #ED96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED96AA; }
p { color: rgb(237,150,170); }
H1.HeaderClassName
{
color: #ED96AA;
}
.AnyTagClassName
{
color: #ED96AA;
}
</style>
background-color css
<style>
a { background-color: #ED96AA; }
a { background-color: rgb(237,150,170); }
div.DivClassName
{
background-color: #ED96AA;
}
.BgClassName
{
background-color: #ED96AA;
}
</style>
border-color css
<style>
span { border-color: #ED96AA; }
span { border-color: rgb(237,150,170); }
td.TdClassName
{
border-color: #ED96AA;
}
.TagClassName
{
border-color: #ED96AA;
}
</style>