Shades of Illusion #ED95AD
Tints of Illusion #ED95AD
RGB
CMYK
RGB Variations
Color information
#ED95AD (or 0xED95AD) is known color: Illusion. HEX triplet: ED, 95 and AD. RGB value is (237,149,173). Sum of RGB (Red+Green+Blue) = 237+149+173=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95AD is #126A52. Grayscale: #B2B2B2. Windows color (decimal): -1206867 or 11376109. OLE color: 11376109.
HSL color Cylindrical-coordinate representation of color #ED95AD: hue angle of 343.64º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ED95AD is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 173 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.07 |
| HSL | 343.64º | 0.71% | 0.76% | - |
| HSV(B) | 343.64º | 0.37% | 0.93% | - |
| XYZ | 53.22 | 42.52 | 44.94 | - |
| YUV | 178.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 173 | 0 | 0.37 | 0.27 | 0.07 | 343.64 | 0.71 | 0.76 |
| Hex | ED | 95 | AD | 0 | 25 | 1B | 7 | 158 | 47 | 4C |
| Octal | 355 | 225 | 255 | 0 | 45 | 33 | 7 | 530 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10101101 | 0 | 100101 | 11011 | 111 | 101011000 | 1000111 | 1001100 |
Color Harmonies of #ED95AD
Complementary color
Monochromatic Colors of #ED95AD
Black with #ED95AD
Text Example
Text Example
White with #ED95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95AD; }
p { color: rgb(237,149,173); }
H1.HeaderClassName
{
color: #ED95AD;
}
.AnyTagClassName
{
color: #ED95AD;
}
</style>
background-color css
<style>
a { background-color: #ED95AD; }
a { background-color: rgb(237,149,173); }
div.DivClassName
{
background-color: #ED95AD;
}
.BgClassName
{
background-color: #ED95AD;
}
</style>
border-color css
<style>
span { border-color: #ED95AD; }
span { border-color: rgb(237,149,173); }
td.TdClassName
{
border-color: #ED95AD;
}
.TagClassName
{
border-color: #ED95AD;
}
</style>