Shades of Illusion #ED98B0
Tints of Illusion #ED98B0
RGB
CMYK
RGB Variations
Color information
#ED98B0 (or 0xED98B0) is known color: Illusion. HEX triplet: ED, 98 and B0. RGB value is (237,152,176). Sum of RGB (Red+Green+Blue) = 237+152+176=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98B0 is #12674F. Grayscale: #B4B4B4. Windows color (decimal): -1206096 or 11573485. OLE color: 11573485.
HSL color Cylindrical-coordinate representation of color #ED98B0: hue angle of 343.06º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98B0 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 176 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.07 |
| HSL | 343.06º | 0.7% | 0.76% | - |
| HSV(B) | 343.06º | 0.36% | 0.93% | - |
| XYZ | 53.99 | 43.6 | 46.64 | - |
| YUV | 180.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 176 | 0 | 0.36 | 0.26 | 0.07 | 343.06 | 0.7 | 0.76 |
| Hex | ED | 98 | B0 | 0 | 24 | 1A | 7 | 157 | 46 | 4C |
| Octal | 355 | 230 | 260 | 0 | 44 | 32 | 7 | 527 | 106 | 114 |
| Binary | 11101101 | 10011000 | 10110000 | 0 | 100100 | 11010 | 111 | 101010111 | 1000110 | 1001100 |
Color Harmonies of #ED98B0
Complementary color
Monochromatic Colors of #ED98B0
Black with #ED98B0
Text Example
Text Example
White with #ED98B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98B0; }
p { color: rgb(237,152,176); }
H1.HeaderClassName
{
color: #ED98B0;
}
.AnyTagClassName
{
color: #ED98B0;
}
</style>
background-color css
<style>
a { background-color: #ED98B0; }
a { background-color: rgb(237,152,176); }
div.DivClassName
{
background-color: #ED98B0;
}
.BgClassName
{
background-color: #ED98B0;
}
</style>
border-color css
<style>
span { border-color: #ED98B0; }
span { border-color: rgb(237,152,176); }
td.TdClassName
{
border-color: #ED98B0;
}
.TagClassName
{
border-color: #ED98B0;
}
</style>