Shades of Illusion #ED9DAA
Tints of Illusion #ED9DAA
RGB
CMYK
RGB Variations
Color information
#ED9DAA (or 0xED9DAA) is known color: Illusion. HEX triplet: ED, 9D and AA. RGB value is (237,157,170). Sum of RGB (Red+Green+Blue) = 237+157+170=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9DAA is #126255. Grayscale: #B6B6B6. Windows color (decimal): -1204822 or 11181549. OLE color: 11181549.
HSL color Cylindrical-coordinate representation of color #ED9DAA: hue angle of 350.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9DAA is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 170 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.07 |
| HSL | 350.25º | 0.69% | 0.77% | - |
| HSV(B) | 350.25º | 0.34% | 0.93% | - |
| XYZ | 54.24 | 45.02 | 43.86 | - |
| YUV | 182.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 170 | 0 | 0.34 | 0.28 | 0.07 | 350.25 | 0.69 | 0.77 |
| Hex | ED | 9D | AA | 0 | 22 | 1C | 7 | 15E | 45 | 4D |
| Octal | 355 | 235 | 252 | 0 | 42 | 34 | 7 | 536 | 105 | 115 |
| Binary | 11101101 | 10011101 | 10101010 | 0 | 100010 | 11100 | 111 | 101011110 | 1000101 | 1001101 |
Color Harmonies of #ED9DAA
Complementary color
Monochromatic Colors of #ED9DAA
Black with #ED9DAA
Text Example
Text Example
White with #ED9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9DAA; }
p { color: rgb(237,157,170); }
H1.HeaderClassName
{
color: #ED9DAA;
}
.AnyTagClassName
{
color: #ED9DAA;
}
</style>
background-color css
<style>
a { background-color: #ED9DAA; }
a { background-color: rgb(237,157,170); }
div.DivClassName
{
background-color: #ED9DAA;
}
.BgClassName
{
background-color: #ED9DAA;
}
</style>
border-color css
<style>
span { border-color: #ED9DAA; }
span { border-color: rgb(237,157,170); }
td.TdClassName
{
border-color: #ED9DAA;
}
.TagClassName
{
border-color: #ED9DAA;
}
</style>