Shades of Illusion #ED98B5
Tints of Illusion #ED98B5
RGB
CMYK
RGB Variations
Color information
#ED98B5 (or 0xED98B5) is known color: Illusion. HEX triplet: ED, 98 and B5. RGB value is (237,152,181). Sum of RGB (Red+Green+Blue) = 237+152+181=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED98B5 is #12674A. Grayscale: #B4B4B4. Windows color (decimal): -1206091 or 11901165. OLE color: 11901165.
HSL color Cylindrical-coordinate representation of color #ED98B5: hue angle of 339.53º 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 #ED98B5 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 181 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.07 |
| HSL | 339.53º | 0.7% | 0.76% | - |
| HSV(B) | 339.53º | 0.36% | 0.93% | - |
| XYZ | 54.49 | 43.8 | 49.3 | - |
| YUV | 180.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 181 | 0 | 0.36 | 0.24 | 0.07 | 339.53 | 0.7 | 0.76 |
| Hex | ED | 98 | B5 | 0 | 24 | 18 | 7 | 154 | 46 | 4C |
| Octal | 355 | 230 | 265 | 0 | 44 | 30 | 7 | 524 | 106 | 114 |
| Binary | 11101101 | 10011000 | 10110101 | 0 | 100100 | 11000 | 111 | 101010100 | 1000110 | 1001100 |
Color Harmonies of #ED98B5
Complementary color
Monochromatic Colors of #ED98B5
Black with #ED98B5
Text Example
Text Example
White with #ED98B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98B5; }
p { color: rgb(237,152,181); }
H1.HeaderClassName
{
color: #ED98B5;
}
.AnyTagClassName
{
color: #ED98B5;
}
</style>
background-color css
<style>
a { background-color: #ED98B5; }
a { background-color: rgb(237,152,181); }
div.DivClassName
{
background-color: #ED98B5;
}
.BgClassName
{
background-color: #ED98B5;
}
</style>
border-color css
<style>
span { border-color: #ED98B5; }
span { border-color: rgb(237,152,181); }
td.TdClassName
{
border-color: #ED98B5;
}
.TagClassName
{
border-color: #ED98B5;
}
</style>