Shades of Illusion #EC8BAF
Tints of Illusion #EC8BAF
RGB
CMYK
RGB Variations
Color information
#EC8BAF (or 0xEC8BAF) is known color: Illusion. HEX triplet: EC, 8B and AF. RGB value is (236,139,175). Sum of RGB (Red+Green+Blue) = 236+139+175=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 139 (54.69% from 255 or 25.27% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8BAF is #137450. Grayscale: #ACACAC. Windows color (decimal): -1274961 or 11504620. OLE color: 11504620.
HSL color Cylindrical-coordinate representation of color #EC8BAF: hue angle of 337.73º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EC8BAF is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 139 | 175 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.07 |
| HSL | 337.73º | 0.72% | 0.74% | - |
| HSV(B) | 337.73º | 0.41% | 0.93% | - |
| XYZ | 51.56 | 39.39 | 45.44 | - |
| YUV | 172.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 139 | 175 | 0 | 0.41 | 0.26 | 0.07 | 337.73 | 0.72 | 0.74 |
| Hex | EC | 8B | AF | 0 | 29 | 1A | 7 | 152 | 48 | 4A |
| Octal | 354 | 213 | 257 | 0 | 51 | 32 | 7 | 522 | 110 | 112 |
| Binary | 11101100 | 10001011 | 10101111 | 0 | 101001 | 11010 | 111 | 101010010 | 1001000 | 1001010 |
Color Harmonies of #EC8BAF
Complementary color
Monochromatic Colors of #EC8BAF
Black with #EC8BAF
Text Example
Text Example
White with #EC8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8BAF; }
p { color: rgb(236,139,175); }
H1.HeaderClassName
{
color: #EC8BAF;
}
.AnyTagClassName
{
color: #EC8BAF;
}
</style>
background-color css
<style>
a { background-color: #EC8BAF; }
a { background-color: rgb(236,139,175); }
div.DivClassName
{
background-color: #EC8BAF;
}
.BgClassName
{
background-color: #EC8BAF;
}
</style>
border-color css
<style>
span { border-color: #EC8BAF; }
span { border-color: rgb(236,139,175); }
td.TdClassName
{
border-color: #EC8BAF;
}
.TagClassName
{
border-color: #EC8BAF;
}
</style>