Shades of Illusion #EC99AF
Tints of Illusion #EC99AF
RGB
CMYK
RGB Variations
Color information
#EC99AF (or 0xEC99AF) is known color: Illusion. HEX triplet: EC, 99 and AF. RGB value is (236,153,175). Sum of RGB (Red+Green+Blue) = 236+153+175=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC99AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC99AF is #136650. Grayscale: #B4B4B4. Windows color (decimal): -1271377 or 11508204. OLE color: 11508204.
HSL color Cylindrical-coordinate representation of color #EC99AF: hue angle of 344.1º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC99AF is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 175 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.07 |
| HSL | 344.1º | 0.69% | 0.76% | - |
| HSV(B) | 344.1º | 0.35% | 0.93% | - |
| XYZ | 53.72 | 43.71 | 46.16 | - |
| YUV | 180.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 175 | 0 | 0.35 | 0.26 | 0.07 | 344.1 | 0.69 | 0.76 |
| Hex | EC | 99 | AF | 0 | 23 | 1A | 7 | 158 | 45 | 4C |
| Octal | 354 | 231 | 257 | 0 | 43 | 32 | 7 | 530 | 105 | 114 |
| Binary | 11101100 | 10011001 | 10101111 | 0 | 100011 | 11010 | 111 | 101011000 | 1000101 | 1001100 |
Color Harmonies of #EC99AF
Complementary color
Monochromatic Colors of #EC99AF
Black with #EC99AF
Text Example
Text Example
White with #EC99AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC99AF; }
p { color: rgb(236,153,175); }
H1.HeaderClassName
{
color: #EC99AF;
}
.AnyTagClassName
{
color: #EC99AF;
}
</style>
background-color css
<style>
a { background-color: #EC99AF; }
a { background-color: rgb(236,153,175); }
div.DivClassName
{
background-color: #EC99AF;
}
.BgClassName
{
background-color: #EC99AF;
}
</style>
border-color css
<style>
span { border-color: #EC99AF; }
span { border-color: rgb(236,153,175); }
td.TdClassName
{
border-color: #EC99AF;
}
.TagClassName
{
border-color: #EC99AF;
}
</style>