Shades of Illusion #ED8FB4
Tints of Illusion #ED8FB4
RGB
CMYK
RGB Variations
Color information
#ED8FB4 (or 0xED8FB4) is known color: Illusion. HEX triplet: ED, 8F and B4. RGB value is (237,143,180). Sum of RGB (Red+Green+Blue) = 237+143+180=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 180 (70.70% from 255 or 32.14% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FB4 is #12704B. Grayscale: #AFAFAF. Windows color (decimal): -1208396 or 11833325. OLE color: 11833325.
HSL color Cylindrical-coordinate representation of color #ED8FB4: hue angle of 336.38º 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 #ED8FB4 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 180 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.07 |
| HSL | 336.38º | 0.72% | 0.75% | - |
| HSV(B) | 336.38º | 0.4% | 0.93% | - |
| XYZ | 52.99 | 40.94 | 48.29 | - |
| YUV | 175.32 | 130.64 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 180 | 0 | 0.40 | 0.24 | 0.07 | 336.38 | 0.72 | 0.75 |
| Hex | ED | 8F | B4 | 0 | 28 | 18 | 7 | 150 | 48 | 4B |
| Octal | 355 | 217 | 264 | 0 | 50 | 30 | 7 | 520 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10110100 | 0 | 101000 | 11000 | 111 | 101010000 | 1001000 | 1001011 |
Color Harmonies of #ED8FB4
Complementary color
Monochromatic Colors of #ED8FB4
Black with #ED8FB4
Text Example
Text Example
White with #ED8FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FB4; }
p { color: rgb(237,143,180); }
H1.HeaderClassName
{
color: #ED8FB4;
}
.AnyTagClassName
{
color: #ED8FB4;
}
</style>
background-color css
<style>
a { background-color: #ED8FB4; }
a { background-color: rgb(237,143,180); }
div.DivClassName
{
background-color: #ED8FB4;
}
.BgClassName
{
background-color: #ED8FB4;
}
</style>
border-color css
<style>
span { border-color: #ED8FB4; }
span { border-color: rgb(237,143,180); }
td.TdClassName
{
border-color: #ED8FB4;
}
.TagClassName
{
border-color: #ED8FB4;
}
</style>