Shades of Illusion #EC9DAE
Tints of Illusion #EC9DAE
RGB
CMYK
RGB Variations
Color information
#EC9DAE (or 0xEC9DAE) is known color: Illusion. HEX triplet: EC, 9D and AE. RGB value is (236,157,174). Sum of RGB (Red+Green+Blue) = 236+157+174=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9DAE is #136251. Grayscale: #B6B6B6. Windows color (decimal): -1270354 or 11443692. OLE color: 11443692.
HSL color Cylindrical-coordinate representation of color #EC9DAE: hue angle of 347.09º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EC9DAE is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 157 | 174 | - |
CMYK | 0 | 0.33 | 0.26 | 0.07 |
HSL | 347.09º | 0.68% | 0.77% | - |
HSV(B) | 347.09º | 0.33% | 0.93% | - |
XYZ | 54.29 | 45 | 45.87 | - |
YUV | 182.56 | 123.17 | 166.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 157 | 174 | 0 | 0.33 | 0.26 | 0.07 | 347.09 | 0.68 | 0.77 |
Hex | EC | 9D | AE | 0 | 21 | 1A | 7 | 15B | 44 | 4D |
Octal | 354 | 235 | 256 | 0 | 41 | 32 | 7 | 533 | 104 | 115 |
Binary | 11101100 | 10011101 | 10101110 | 0 | 100001 | 11010 | 111 | 101011011 | 1000100 | 1001101 |
Color Harmonies of #EC9DAE
Complementary color
Monochromatic Colors of #EC9DAE
Black with #EC9DAE
Text Example
Text Example
White with #EC9DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9DAE; }
p { color: rgb(236,157,174); }
H1.HeaderClassName
{
color: #EC9DAE;
}
.AnyTagClassName
{
color: #EC9DAE;
}
</style>
background-color css
<style>
a { background-color: #EC9DAE; }
a { background-color: rgb(236,157,174); }
div.DivClassName
{
background-color: #EC9DAE;
}
.BgClassName
{
background-color: #EC9DAE;
}
</style>
border-color css
<style>
span { border-color: #EC9DAE; }
span { border-color: rgb(236,157,174); }
td.TdClassName
{
border-color: #EC9DAE;
}
.TagClassName
{
border-color: #EC9DAE;
}
</style>