Shades of Illusion #EC98AF
Tints of Illusion #EC98AF
RGB
CMYK
RGB Variations
Color information
#EC98AF (or 0xEC98AF) is known color: Illusion. HEX triplet: EC, 98 and AF. RGB value is (236,152,175). Sum of RGB (Red+Green+Blue) = 236+152+175=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #EC98AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC98AF is #136750. Grayscale: #B3B3B3. Windows color (decimal): -1271633 or 11507948. OLE color: 11507948.
HSL color Cylindrical-coordinate representation of color #EC98AF: hue angle of 343.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC98AF is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 175 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.07 |
| HSL | 343.57º | 0.69% | 0.76% | - |
| HSV(B) | 343.57º | 0.36% | 0.93% | - |
| XYZ | 53.56 | 43.38 | 46.11 | - |
| YUV | 179.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 175 | 0 | 0.36 | 0.26 | 0.07 | 343.57 | 0.69 | 0.76 |
| Hex | EC | 98 | AF | 0 | 24 | 1A | 7 | 158 | 45 | 4C |
| Octal | 354 | 230 | 257 | 0 | 44 | 32 | 7 | 530 | 105 | 114 |
| Binary | 11101100 | 10011000 | 10101111 | 0 | 100100 | 11010 | 111 | 101011000 | 1000101 | 1001100 |
Color Harmonies of #EC98AF
Complementary color
Monochromatic Colors of #EC98AF
Black with #EC98AF
Text Example
Text Example
White with #EC98AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC98AF; }
p { color: rgb(236,152,175); }
H1.HeaderClassName
{
color: #EC98AF;
}
.AnyTagClassName
{
color: #EC98AF;
}
</style>
background-color css
<style>
a { background-color: #EC98AF; }
a { background-color: rgb(236,152,175); }
div.DivClassName
{
background-color: #EC98AF;
}
.BgClassName
{
background-color: #EC98AF;
}
</style>
border-color css
<style>
span { border-color: #EC98AF; }
span { border-color: rgb(236,152,175); }
td.TdClassName
{
border-color: #EC98AF;
}
.TagClassName
{
border-color: #EC98AF;
}
</style>