Shades of Violet #EC9AF3
Tints of Violet #EC9AF3
RGB
CMYK
RGB Variations
Color information
#EC9AF3 (or 0xEC9AF3) is known color: Violet. HEX triplet: EC, 9A and F3. RGB value is (236,154,243). Sum of RGB (Red+Green+Blue) = 236+154+243=633 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.28% from 633); Green value is 154 (60.55% from 255 or 24.33% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC9AF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9AF3 is #13650C. Grayscale: #BCBCBC. Windows color (decimal): -1271053 or 15964908. OLE color: 15964908.
HSL color Cylindrical-coordinate representation of color #EC9AF3: hue angle of 295.28º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EC9AF3 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 154 | 243 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.05 |
| HSL | 295.28º | 0.79% | 0.78% | - |
| HSV(B) | 295.28º | 0.37% | 0.95% | - |
| XYZ | 62.33 | 47.42 | 90.66 | - |
| YUV | 188.66 | 158.67 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 154 | 243 | 0.03 | 0.37 | 0 | 0.05 | 295.28 | 0.79 | 0.78 |
| Hex | EC | 9A | F3 | 3 | 25 | 0 | 5 | 127 | 4F | 4E |
| Octal | 354 | 232 | 363 | 3 | 45 | 0 | 5 | 447 | 117 | 116 |
| Binary | 11101100 | 10011010 | 11110011 | 11 | 100101 | 0 | 101 | 100100111 | 1001111 | 1001110 |
Color Harmonies of #EC9AF3
Complementary color
Monochromatic Colors of #EC9AF3
Black with #EC9AF3
Text Example
Text Example
White with #EC9AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9AF3; }
p { color: rgb(236,154,243); }
H1.HeaderClassName
{
color: #EC9AF3;
}
.AnyTagClassName
{
color: #EC9AF3;
}
</style>
background-color css
<style>
a { background-color: #EC9AF3; }
a { background-color: rgb(236,154,243); }
div.DivClassName
{
background-color: #EC9AF3;
}
.BgClassName
{
background-color: #EC9AF3;
}
</style>
border-color css
<style>
span { border-color: #EC9AF3; }
span { border-color: rgb(236,154,243); }
td.TdClassName
{
border-color: #EC9AF3;
}
.TagClassName
{
border-color: #EC9AF3;
}
</style>