Shades of Illusion #ED92AD
Tints of Illusion #ED92AD
RGB
CMYK
RGB Variations
Color information
#ED92AD (or 0xED92AD) is known color: Illusion. HEX triplet: ED, 92 and AD. RGB value is (237,146,173). Sum of RGB (Red+Green+Blue) = 237+146+173=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 146 (57.42% from 255 or 26.26% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED92AD is #126D52. Grayscale: #B0B0B0. Windows color (decimal): -1207635 or 11375341. OLE color: 11375341.
HSL color Cylindrical-coordinate representation of color #ED92AD: hue angle of 342.2º 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 #ED92AD is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 173 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.07 |
| HSL | 342.2º | 0.72% | 0.75% | - |
| HSV(B) | 342.2º | 0.38% | 0.93% | - |
| XYZ | 52.75 | 41.58 | 44.78 | - |
| YUV | 176.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 173 | 0 | 0.38 | 0.27 | 0.07 | 342.2 | 0.72 | 0.75 |
| Hex | ED | 92 | AD | 0 | 26 | 1B | 7 | 156 | 48 | 4B |
| Octal | 355 | 222 | 255 | 0 | 46 | 33 | 7 | 526 | 110 | 113 |
| Binary | 11101101 | 10010010 | 10101101 | 0 | 100110 | 11011 | 111 | 101010110 | 1001000 | 1001011 |
Color Harmonies of #ED92AD
Complementary color
Monochromatic Colors of #ED92AD
Black with #ED92AD
Text Example
Text Example
White with #ED92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92AD; }
p { color: rgb(237,146,173); }
H1.HeaderClassName
{
color: #ED92AD;
}
.AnyTagClassName
{
color: #ED92AD;
}
</style>
background-color css
<style>
a { background-color: #ED92AD; }
a { background-color: rgb(237,146,173); }
div.DivClassName
{
background-color: #ED92AD;
}
.BgClassName
{
background-color: #ED92AD;
}
</style>
border-color css
<style>
span { border-color: #ED92AD; }
span { border-color: rgb(237,146,173); }
td.TdClassName
{
border-color: #ED92AD;
}
.TagClassName
{
border-color: #ED92AD;
}
</style>