Shades of Illusion #ED92B2
Tints of Illusion #ED92B2
RGB
CMYK
RGB Variations
Color information
#ED92B2 (or 0xED92B2) is known color: Illusion. HEX triplet: ED, 92 and B2. RGB value is (237,146,178). Sum of RGB (Red+Green+Blue) = 237+146+178=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED92B2 is #126D4D. Grayscale: #B0B0B0. Windows color (decimal): -1207630 or 11703021. OLE color: 11703021.
HSL color Cylindrical-coordinate representation of color #ED92B2: hue angle of 338.9º 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 #ED92B2 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 146 | 178 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.07 |
| HSL | 338.9º | 0.72% | 0.75% | - |
| HSV(B) | 338.9º | 0.38% | 0.93% | - |
| XYZ | 53.24 | 41.78 | 47.38 | - |
| YUV | 176.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 146 | 178 | 0 | 0.38 | 0.25 | 0.07 | 338.9 | 0.72 | 0.75 |
| Hex | ED | 92 | B2 | 0 | 26 | 19 | 7 | 153 | 48 | 4B |
| Octal | 355 | 222 | 262 | 0 | 46 | 31 | 7 | 523 | 110 | 113 |
| Binary | 11101101 | 10010010 | 10110010 | 0 | 100110 | 11001 | 111 | 101010011 | 1001000 | 1001011 |
Color Harmonies of #ED92B2
Complementary color
Monochromatic Colors of #ED92B2
Black with #ED92B2
Text Example
Text Example
White with #ED92B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED92B2; }
p { color: rgb(237,146,178); }
H1.HeaderClassName
{
color: #ED92B2;
}
.AnyTagClassName
{
color: #ED92B2;
}
</style>
background-color css
<style>
a { background-color: #ED92B2; }
a { background-color: rgb(237,146,178); }
div.DivClassName
{
background-color: #ED92B2;
}
.BgClassName
{
background-color: #ED92B2;
}
</style>
border-color css
<style>
span { border-color: #ED92B2; }
span { border-color: rgb(237,146,178); }
td.TdClassName
{
border-color: #ED92B2;
}
.TagClassName
{
border-color: #ED92B2;
}
</style>