Shades of Illusion #ED8FB2
Tints of Illusion #ED8FB2
RGB
CMYK
RGB Variations
Color information
#ED8FB2 (or 0xED8FB2) is known color: Illusion. HEX triplet: ED, 8F and B2. RGB value is (237,143,178). Sum of RGB (Red+Green+Blue) = 237+143+178=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FB2 is #12704D. Grayscale: #AFAFAF. Windows color (decimal): -1208398 or 11702253. OLE color: 11702253.
HSL color Cylindrical-coordinate representation of color #ED8FB2: hue angle of 337.66º 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 #ED8FB2 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 178 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.07 |
| HSL | 337.66º | 0.72% | 0.75% | - |
| HSV(B) | 337.66º | 0.4% | 0.93% | - |
| XYZ | 52.78 | 40.86 | 47.22 | - |
| YUV | 175.1 | 129.64 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 178 | 0 | 0.40 | 0.25 | 0.07 | 337.66 | 0.72 | 0.75 |
| Hex | ED | 8F | B2 | 0 | 28 | 19 | 7 | 152 | 48 | 4B |
| Octal | 355 | 217 | 262 | 0 | 50 | 31 | 7 | 522 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10110010 | 0 | 101000 | 11001 | 111 | 101010010 | 1001000 | 1001011 |
Color Harmonies of #ED8FB2
Complementary color
Monochromatic Colors of #ED8FB2
Black with #ED8FB2
Text Example
Text Example
White with #ED8FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FB2; }
p { color: rgb(237,143,178); }
H1.HeaderClassName
{
color: #ED8FB2;
}
.AnyTagClassName
{
color: #ED8FB2;
}
</style>
background-color css
<style>
a { background-color: #ED8FB2; }
a { background-color: rgb(237,143,178); }
div.DivClassName
{
background-color: #ED8FB2;
}
.BgClassName
{
background-color: #ED8FB2;
}
</style>
border-color css
<style>
span { border-color: #ED8FB2; }
span { border-color: rgb(237,143,178); }
td.TdClassName
{
border-color: #ED8FB2;
}
.TagClassName
{
border-color: #ED8FB2;
}
</style>