Shades of Illusion #ED90B4
Tints of Illusion #ED90B4
RGB
CMYK
RGB Variations
Color information
#ED90B4 (or 0xED90B4) is known color: Illusion. HEX triplet: ED, 90 and B4. RGB value is (237,144,180). Sum of RGB (Red+Green+Blue) = 237+144+180=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED90B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED90B4 is #126F4B. Grayscale: #AFAFAF. Windows color (decimal): -1208140 or 11833581. OLE color: 11833581.
HSL color Cylindrical-coordinate representation of color #ED90B4: hue angle of 336.77º 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 #ED90B4 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 144 | 180 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.07 |
| HSL | 336.77º | 0.72% | 0.75% | - |
| HSV(B) | 336.77º | 0.39% | 0.93% | - |
| XYZ | 53.14 | 41.25 | 48.34 | - |
| YUV | 175.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 144 | 180 | 0 | 0.39 | 0.24 | 0.07 | 336.77 | 0.72 | 0.75 |
| Hex | ED | 90 | B4 | 0 | 27 | 18 | 7 | 151 | 48 | 4B |
| Octal | 355 | 220 | 264 | 0 | 47 | 30 | 7 | 521 | 110 | 113 |
| Binary | 11101101 | 10010000 | 10110100 | 0 | 100111 | 11000 | 111 | 101010001 | 1001000 | 1001011 |
Color Harmonies of #ED90B4
Complementary color
Monochromatic Colors of #ED90B4
Black with #ED90B4
Text Example
Text Example
White with #ED90B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED90B4; }
p { color: rgb(237,144,180); }
H1.HeaderClassName
{
color: #ED90B4;
}
.AnyTagClassName
{
color: #ED90B4;
}
</style>
background-color css
<style>
a { background-color: #ED90B4; }
a { background-color: rgb(237,144,180); }
div.DivClassName
{
background-color: #ED90B4;
}
.BgClassName
{
background-color: #ED90B4;
}
</style>
border-color css
<style>
span { border-color: #ED90B4; }
span { border-color: rgb(237,144,180); }
td.TdClassName
{
border-color: #ED90B4;
}
.TagClassName
{
border-color: #ED90B4;
}
</style>