Shades of Illusion #ED8CAF
Tints of Illusion #ED8CAF
RGB
CMYK
RGB Variations
Color information
#ED8CAF (or 0xED8CAF) is known color: Illusion. HEX triplet: ED, 8C and AF. RGB value is (237,140,175). Sum of RGB (Red+Green+Blue) = 237+140+175=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8CAF is #127350. Grayscale: #ACACAC. Windows color (decimal): -1209169 or 11504877. OLE color: 11504877.
HSL color Cylindrical-coordinate representation of color #ED8CAF: hue angle of 338.35º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8CAF is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 140 | 175 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.07 |
| HSL | 338.35º | 0.73% | 0.74% | - |
| HSV(B) | 338.35º | 0.41% | 0.93% | - |
| XYZ | 52.04 | 39.86 | 45.51 | - |
| YUV | 172.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 140 | 175 | 0 | 0.41 | 0.26 | 0.07 | 338.35 | 0.73 | 0.74 |
| Hex | ED | 8C | AF | 0 | 29 | 1A | 7 | 152 | 49 | 4A |
| Octal | 355 | 214 | 257 | 0 | 51 | 32 | 7 | 522 | 111 | 112 |
| Binary | 11101101 | 10001100 | 10101111 | 0 | 101001 | 11010 | 111 | 101010010 | 1001001 | 1001010 |
Color Harmonies of #ED8CAF
Complementary color
Monochromatic Colors of #ED8CAF
Black with #ED8CAF
Text Example
Text Example
White with #ED8CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8CAF; }
p { color: rgb(237,140,175); }
H1.HeaderClassName
{
color: #ED8CAF;
}
.AnyTagClassName
{
color: #ED8CAF;
}
</style>
background-color css
<style>
a { background-color: #ED8CAF; }
a { background-color: rgb(237,140,175); }
div.DivClassName
{
background-color: #ED8CAF;
}
.BgClassName
{
background-color: #ED8CAF;
}
</style>
border-color css
<style>
span { border-color: #ED8CAF; }
span { border-color: rgb(237,140,175); }
td.TdClassName
{
border-color: #ED8CAF;
}
.TagClassName
{
border-color: #ED8CAF;
}
</style>