Shades of Illusion #ED8FAF
Tints of Illusion #ED8FAF
RGB
CMYK
RGB Variations
Color information
#ED8FAF (or 0xED8FAF) is known color: Illusion. HEX triplet: ED, 8F and AF. RGB value is (237,143,175). Sum of RGB (Red+Green+Blue) = 237+143+175=555 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.70% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FAF is #127050. Grayscale: #AEAEAE. Windows color (decimal): -1208401 or 11505645. OLE color: 11505645.
HSL color Cylindrical-coordinate representation of color #ED8FAF: hue angle of 339.57º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FAF is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 175 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.07 |
| HSL | 339.57º | 0.72% | 0.75% | - |
| HSV(B) | 339.57º | 0.4% | 0.93% | - |
| XYZ | 52.49 | 40.74 | 45.66 | - |
| YUV | 174.75 | 128.14 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 175 | 0 | 0.40 | 0.26 | 0.07 | 339.57 | 0.72 | 0.75 |
| Hex | ED | 8F | AF | 0 | 28 | 1A | 7 | 154 | 48 | 4B |
| Octal | 355 | 217 | 257 | 0 | 50 | 32 | 7 | 524 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10101111 | 0 | 101000 | 11010 | 111 | 101010100 | 1001000 | 1001011 |
Color Harmonies of #ED8FAF
Complementary color
Monochromatic Colors of #ED8FAF
Black with #ED8FAF
Text Example
Text Example
White with #ED8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FAF; }
p { color: rgb(237,143,175); }
H1.HeaderClassName
{
color: #ED8FAF;
}
.AnyTagClassName
{
color: #ED8FAF;
}
</style>
background-color css
<style>
a { background-color: #ED8FAF; }
a { background-color: rgb(237,143,175); }
div.DivClassName
{
background-color: #ED8FAF;
}
.BgClassName
{
background-color: #ED8FAF;
}
</style>
border-color css
<style>
span { border-color: #ED8FAF; }
span { border-color: rgb(237,143,175); }
td.TdClassName
{
border-color: #ED8FAF;
}
.TagClassName
{
border-color: #ED8FAF;
}
</style>