Shades of Illusion #ECA4B5
Tints of Illusion #ECA4B5
RGB
CMYK
RGB Variations
Color information
#ECA4B5 (or 0xECA4B5) is known color: Illusion. HEX triplet: EC, A4 and B5. RGB value is (236,164,181). Sum of RGB (Red+Green+Blue) = 236+164+181=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 164 (64.45% from 255 or 28.23% from 581); Blue value is 181 (71.09% from 255 or 31.15% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA4B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECA4B5 is #135B4A. Grayscale: #BBBBBB. Windows color (decimal): -1268555 or 11904236. OLE color: 11904236.
HSL color Cylindrical-coordinate representation of color #ECA4B5: hue angle of 345.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ECA4B5 is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 164 | 181 | - |
CMYK | 0 | 0.31 | 0.23 | 0.07 |
HSL | 345.83º | 0.65% | 0.78% | - |
HSV(B) | 345.83º | 0.31% | 0.93% | - |
XYZ | 56.21 | 47.72 | 49.96 | - |
YUV | 187.47 | 124.35 | 162.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 164 | 181 | 0 | 0.31 | 0.23 | 0.07 | 345.83 | 0.65 | 0.78 |
Hex | EC | A4 | B5 | 0 | 1F | 17 | 7 | 15A | 41 | 4E |
Octal | 354 | 244 | 265 | 0 | 37 | 27 | 7 | 532 | 101 | 116 |
Binary | 11101100 | 10100100 | 10110101 | 0 | 11111 | 10111 | 111 | 101011010 | 1000001 | 1001110 |
Color Harmonies of #ECA4B5
Complementary color
Monochromatic Colors of #ECA4B5
Black with #ECA4B5
Text Example
Text Example
White with #ECA4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA4B5; }
p { color: rgb(236,164,181); }
H1.HeaderClassName
{
color: #ECA4B5;
}
.AnyTagClassName
{
color: #ECA4B5;
}
</style>
background-color css
<style>
a { background-color: #ECA4B5; }
a { background-color: rgb(236,164,181); }
div.DivClassName
{
background-color: #ECA4B5;
}
.BgClassName
{
background-color: #ECA4B5;
}
</style>
border-color css
<style>
span { border-color: #ECA4B5; }
span { border-color: rgb(236,164,181); }
td.TdClassName
{
border-color: #ECA4B5;
}
.TagClassName
{
border-color: #ECA4B5;
}
</style>