Shades of Illusion #ED92AF
Tints of Illusion #ED92AF
RGB
CMYK
RGB Variations
Color information
#ED92AF (or 0xED92AF) is known color: Illusion. HEX triplet: ED, 92 and AF. RGB value is (237,146,175). Sum of RGB (Red+Green+Blue) = 237+146+175=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED92AF is #126D50. Grayscale: #B0B0B0. Windows color (decimal): -1207633 or 11506413. OLE color: 11506413.
HSL color Cylindrical-coordinate representation of color #ED92AF: hue angle of 340.88º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED92AF is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 175 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.07 |
| HSL | 340.88º | 0.72% | 0.75% | - |
| HSV(B) | 340.88º | 0.38% | 0.93% | - |
| XYZ | 52.94 | 41.66 | 45.81 | - |
| YUV | 176.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 175 | 0 | 0.38 | 0.26 | 0.07 | 340.88 | 0.72 | 0.75 |
| Hex | ED | 92 | AF | 0 | 26 | 1A | 7 | 155 | 48 | 4B |
| Octal | 355 | 222 | 257 | 0 | 46 | 32 | 7 | 525 | 110 | 113 |
| Binary | 11101101 | 10010010 | 10101111 | 0 | 100110 | 11010 | 111 | 101010101 | 1001000 | 1001011 |
Color Harmonies of #ED92AF
Complementary color
Monochromatic Colors of #ED92AF
Black with #ED92AF
Text Example
Text Example
White with #ED92AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92AF; }
p { color: rgb(237,146,175); }
H1.HeaderClassName
{
color: #ED92AF;
}
.AnyTagClassName
{
color: #ED92AF;
}
</style>
background-color css
<style>
a { background-color: #ED92AF; }
a { background-color: rgb(237,146,175); }
div.DivClassName
{
background-color: #ED92AF;
}
.BgClassName
{
background-color: #ED92AF;
}
</style>
border-color css
<style>
span { border-color: #ED92AF; }
span { border-color: rgb(237,146,175); }
td.TdClassName
{
border-color: #ED92AF;
}
.TagClassName
{
border-color: #ED92AF;
}
</style>