Shades of Illusion #EF9DB2
Tints of Illusion #EF9DB2
RGB
CMYK
RGB Variations
Color information
#EF9DB2 (or 0xEF9DB2) is known color: Illusion. HEX triplet: EF, 9D and B2. RGB value is (239,157,178). Sum of RGB (Red+Green+Blue) = 239+157+178=574 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.64% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9DB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9DB2 is #10624D. Grayscale: #B7B7B7. Windows color (decimal): -1073742 or 11705839. OLE color: 11705839.
HSL color Cylindrical-coordinate representation of color #EF9DB2: hue angle of 344.63º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EF9DB2 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 157 | 178 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.06 |
| HSL | 344.63º | 0.72% | 0.78% | - |
| HSV(B) | 344.63º | 0.34% | 0.94% | - |
| XYZ | 55.69 | 45.68 | 48 | - |
| YUV | 183.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 157 | 178 | 0 | 0.34 | 0.26 | 0.06 | 344.63 | 0.72 | 0.78 |
| Hex | EF | 9D | B2 | 0 | 22 | 1A | 6 | 159 | 48 | 4E |
| Octal | 357 | 235 | 262 | 0 | 42 | 32 | 6 | 531 | 110 | 116 |
| Binary | 11101111 | 10011101 | 10110010 | 0 | 100010 | 11010 | 110 | 101011001 | 1001000 | 1001110 |
Color Harmonies of #EF9DB2
Complementary color
Monochromatic Colors of #EF9DB2
Black with #EF9DB2
Text Example
Text Example
White with #EF9DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF9DB2; }
p { color: rgb(239,157,178); }
H1.HeaderClassName
{
color: #EF9DB2;
}
.AnyTagClassName
{
color: #EF9DB2;
}
</style>
background-color css
<style>
a { background-color: #EF9DB2; }
a { background-color: rgb(239,157,178); }
div.DivClassName
{
background-color: #EF9DB2;
}
.BgClassName
{
background-color: #EF9DB2;
}
</style>
border-color css
<style>
span { border-color: #EF9DB2; }
span { border-color: rgb(239,157,178); }
td.TdClassName
{
border-color: #EF9DB2;
}
.TagClassName
{
border-color: #EF9DB2;
}
</style>