Shades of Illusion #ED95AB
Tints of Illusion #ED95AB
RGB
CMYK
RGB Variations
Color information
#ED95AB (or 0xED95AB) is known color: Illusion. HEX triplet: ED, 95 and AB. RGB value is (237,149,171). Sum of RGB (Red+Green+Blue) = 237+149+171=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95AB is #126A54. Grayscale: #B1B1B1. Windows color (decimal): -1206869 or 11245037. OLE color: 11245037.
HSL color Cylindrical-coordinate representation of color #ED95AB: hue angle of 345º 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 #ED95AB is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 171 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.07 |
| HSL | 345º | 0.71% | 0.76% | - |
| HSV(B) | 345º | 0.37% | 0.93% | - |
| XYZ | 53.02 | 42.44 | 43.93 | - |
| YUV | 177.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 171 | 0 | 0.37 | 0.28 | 0.07 | 345 | 0.71 | 0.76 |
| Hex | ED | 95 | AB | 0 | 25 | 1C | 7 | 159 | 47 | 4C |
| Octal | 355 | 225 | 253 | 0 | 45 | 34 | 7 | 531 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10101011 | 0 | 100101 | 11100 | 111 | 101011001 | 1000111 | 1001100 |
Color Harmonies of #ED95AB
Complementary color
Monochromatic Colors of #ED95AB
Black with #ED95AB
Text Example
Text Example
White with #ED95AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95AB; }
p { color: rgb(237,149,171); }
H1.HeaderClassName
{
color: #ED95AB;
}
.AnyTagClassName
{
color: #ED95AB;
}
</style>
background-color css
<style>
a { background-color: #ED95AB; }
a { background-color: rgb(237,149,171); }
div.DivClassName
{
background-color: #ED95AB;
}
.BgClassName
{
background-color: #ED95AB;
}
</style>
border-color css
<style>
span { border-color: #ED95AB; }
span { border-color: rgb(237,149,171); }
td.TdClassName
{
border-color: #ED95AB;
}
.TagClassName
{
border-color: #ED95AB;
}
</style>