Shades of Violet #EC9CF3
Tints of Violet #EC9CF3
RGB
CMYK
RGB Variations
Color information
#EC9CF3 (or 0xEC9CF3) is known color: Violet. HEX triplet: EC, 9C and F3. RGB value is (236,156,243). Sum of RGB (Red+Green+Blue) = 236+156+243=635 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.17% from 635); Green value is 156 (61.33% from 255 or 24.57% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #EC9CF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC9CF3 is #13630C. Grayscale: #BDBDBD. Windows color (decimal): -1270541 or 15965420. OLE color: 15965420.
HSL color Cylindrical-coordinate representation of color #EC9CF3: hue angle of 295.17º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EC9CF3 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 156 | 243 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.05 |
| HSL | 295.17º | 0.78% | 0.78% | - |
| HSV(B) | 295.17º | 0.36% | 0.95% | - |
| XYZ | 62.66 | 48.08 | 90.77 | - |
| YUV | 189.84 | 158 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 156 | 243 | 0.03 | 0.36 | 0 | 0.05 | 295.17 | 0.78 | 0.78 |
| Hex | EC | 9C | F3 | 3 | 24 | 0 | 5 | 127 | 4E | 4E |
| Octal | 354 | 234 | 363 | 3 | 44 | 0 | 5 | 447 | 116 | 116 |
| Binary | 11101100 | 10011100 | 11110011 | 11 | 100100 | 0 | 101 | 100100111 | 1001110 | 1001110 |
Color Harmonies of #EC9CF3
Complementary color
Monochromatic Colors of #EC9CF3
Black with #EC9CF3
Text Example
Text Example
White with #EC9CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9CF3; }
p { color: rgb(236,156,243); }
H1.HeaderClassName
{
color: #EC9CF3;
}
.AnyTagClassName
{
color: #EC9CF3;
}
</style>
background-color css
<style>
a { background-color: #EC9CF3; }
a { background-color: rgb(236,156,243); }
div.DivClassName
{
background-color: #EC9CF3;
}
.BgClassName
{
background-color: #EC9CF3;
}
</style>
border-color css
<style>
span { border-color: #EC9CF3; }
span { border-color: rgb(236,156,243); }
td.TdClassName
{
border-color: #EC9CF3;
}
.TagClassName
{
border-color: #EC9CF3;
}
</style>