Shades of Illusion #ED91B2
Tints of Illusion #ED91B2
RGB
CMYK
RGB Variations
Color information
#ED91B2 (or 0xED91B2) is known color: Illusion. HEX triplet: ED, 91 and B2. RGB value is (237,145,178). Sum of RGB (Red+Green+Blue) = 237+145+178=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED91B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED91B2 is #126E4D. Grayscale: #B0B0B0. Windows color (decimal): -1207886 or 11702765. OLE color: 11702765.
HSL color Cylindrical-coordinate representation of color #ED91B2: hue angle of 338.48º 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 #ED91B2 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 145 | 178 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.07 |
| HSL | 338.48º | 0.72% | 0.75% | - |
| HSV(B) | 338.48º | 0.39% | 0.93% | - |
| XYZ | 53.09 | 41.47 | 47.33 | - |
| YUV | 176.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 145 | 178 | 0 | 0.39 | 0.25 | 0.07 | 338.48 | 0.72 | 0.75 |
| Hex | ED | 91 | B2 | 0 | 27 | 19 | 7 | 152 | 48 | 4B |
| Octal | 355 | 221 | 262 | 0 | 47 | 31 | 7 | 522 | 110 | 113 |
| Binary | 11101101 | 10010001 | 10110010 | 0 | 100111 | 11001 | 111 | 101010010 | 1001000 | 1001011 |
Color Harmonies of #ED91B2
Complementary color
Monochromatic Colors of #ED91B2
Black with #ED91B2
Text Example
Text Example
White with #ED91B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED91B2; }
p { color: rgb(237,145,178); }
H1.HeaderClassName
{
color: #ED91B2;
}
.AnyTagClassName
{
color: #ED91B2;
}
</style>
background-color css
<style>
a { background-color: #ED91B2; }
a { background-color: rgb(237,145,178); }
div.DivClassName
{
background-color: #ED91B2;
}
.BgClassName
{
background-color: #ED91B2;
}
</style>
border-color css
<style>
span { border-color: #ED91B2; }
span { border-color: rgb(237,145,178); }
td.TdClassName
{
border-color: #ED91B2;
}
.TagClassName
{
border-color: #ED91B2;
}
</style>