Shades of Illusion #ED95B2
Tints of Illusion #ED95B2
RGB
CMYK
RGB Variations
Color information
#ED95B2 (or 0xED95B2) is known color: Illusion. HEX triplet: ED, 95 and B2. RGB value is (237,149,178). Sum of RGB (Red+Green+Blue) = 237+149+178=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 178 (69.92% from 255 or 31.56% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED95B2 is #126A4D. Grayscale: #B2B2B2. Windows color (decimal): -1206862 or 11703789. OLE color: 11703789.
HSL color Cylindrical-coordinate representation of color #ED95B2: hue angle of 340.23º 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 #ED95B2 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 149 | 178 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.07 |
| HSL | 340.23º | 0.71% | 0.76% | - |
| HSV(B) | 340.23º | 0.37% | 0.93% | - |
| XYZ | 53.71 | 42.71 | 47.53 | - |
| YUV | 178.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 149 | 178 | 0 | 0.37 | 0.25 | 0.07 | 340.23 | 0.71 | 0.76 |
| Hex | ED | 95 | B2 | 0 | 25 | 19 | 7 | 154 | 47 | 4C |
| Octal | 355 | 225 | 262 | 0 | 45 | 31 | 7 | 524 | 107 | 114 |
| Binary | 11101101 | 10010101 | 10110010 | 0 | 100101 | 11001 | 111 | 101010100 | 1000111 | 1001100 |
Color Harmonies of #ED95B2
Complementary color
Monochromatic Colors of #ED95B2
Black with #ED95B2
Text Example
Text Example
White with #ED95B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED95B2; }
p { color: rgb(237,149,178); }
H1.HeaderClassName
{
color: #ED95B2;
}
.AnyTagClassName
{
color: #ED95B2;
}
</style>
background-color css
<style>
a { background-color: #ED95B2; }
a { background-color: rgb(237,149,178); }
div.DivClassName
{
background-color: #ED95B2;
}
.BgClassName
{
background-color: #ED95B2;
}
</style>
border-color css
<style>
span { border-color: #ED95B2; }
span { border-color: rgb(237,149,178); }
td.TdClassName
{
border-color: #ED95B2;
}
.TagClassName
{
border-color: #ED95B2;
}
</style>