Shades of Illusion #ED90AF
Tints of Illusion #ED90AF
RGB
CMYK
RGB Variations
Color information
#ED90AF (or 0xED90AF) is known color: Illusion. HEX triplet: ED, 90 and AF. RGB value is (237,144,175). Sum of RGB (Red+Green+Blue) = 237+144+175=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED90AF is #126F50. Grayscale: #AFAFAF. Windows color (decimal): -1208145 or 11505901. OLE color: 11505901.
HSL color Cylindrical-coordinate representation of color #ED90AF: hue angle of 340º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED90AF is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 175 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.07 |
| HSL | 340º | 0.72% | 0.75% | - |
| HSV(B) | 340º | 0.39% | 0.93% | - |
| XYZ | 52.64 | 41.05 | 45.71 | - |
| YUV | 175.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 175 | 0 | 0.39 | 0.26 | 0.07 | 340 | 0.72 | 0.75 |
| Hex | ED | 90 | AF | 0 | 27 | 1A | 7 | 154 | 48 | 4B |
| Octal | 355 | 220 | 257 | 0 | 47 | 32 | 7 | 524 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10101111 | 0 | 100111 | 11010 | 111 | 101010100 | 1001000 | 1001011 |
Color Harmonies of #ED90AF
Complementary color
Monochromatic Colors of #ED90AF
Black with #ED90AF
Text Example
Text Example
White with #ED90AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90AF; }
p { color: rgb(237,144,175); }
H1.HeaderClassName
{
color: #ED90AF;
}
.AnyTagClassName
{
color: #ED90AF;
}
</style>
background-color css
<style>
a { background-color: #ED90AF; }
a { background-color: rgb(237,144,175); }
div.DivClassName
{
background-color: #ED90AF;
}
.BgClassName
{
background-color: #ED90AF;
}
</style>
border-color css
<style>
span { border-color: #ED90AF; }
span { border-color: rgb(237,144,175); }
td.TdClassName
{
border-color: #ED90AF;
}
.TagClassName
{
border-color: #ED90AF;
}
</style>