Shades of Violet #EC8CFC
Tints of Violet #EC8CFC
RGB
CMYK
RGB Variations
Color information
#EC8CFC (or 0xEC8CFC) is known color: Violet. HEX triplet: EC, 8C and FC. RGB value is (236,140,252). Sum of RGB (Red+Green+Blue) = 236+140+252=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 140 (55.08% from 255 or 22.29% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8CFC is #137303. Grayscale: #B5B5B5. Windows color (decimal): -1274628 or 16551148. OLE color: 16551148.
HSL color Cylindrical-coordinate representation of color #EC8CFC: hue angle of 291.43º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC8CFC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 140 | 252 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.01 |
| HSL | 291.43º | 0.95% | 0.77% | - |
| HSV(B) | 291.43º | 0.44% | 0.99% | - |
| XYZ | 61.54 | 43.62 | 97.27 | - |
| YUV | 181.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 140 | 252 | 0.06 | 0.44 | 0 | 0.01 | 291.43 | 0.95 | 0.77 |
| Hex | EC | 8C | FC | 6 | 2C | 0 | 1 | 123 | 5F | 4D |
| Octal | 354 | 214 | 374 | 6 | 54 | 0 | 1 | 443 | 137 | 115 |
| Binary | 11101100 | 10001100 | 11111100 | 110 | 101100 | 0 | 1 | 100100011 | 1011111 | 1001101 |
Color Harmonies of #EC8CFC
Complementary color
Monochromatic Colors of #EC8CFC
Black with #EC8CFC
Text Example
Text Example
White with #EC8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8CFC; }
p { color: rgb(236,140,252); }
H1.HeaderClassName
{
color: #EC8CFC;
}
.AnyTagClassName
{
color: #EC8CFC;
}
</style>
background-color css
<style>
a { background-color: #EC8CFC; }
a { background-color: rgb(236,140,252); }
div.DivClassName
{
background-color: #EC8CFC;
}
.BgClassName
{
background-color: #EC8CFC;
}
</style>
border-color css
<style>
span { border-color: #EC8CFC; }
span { border-color: rgb(236,140,252); }
td.TdClassName
{
border-color: #EC8CFC;
}
.TagClassName
{
border-color: #EC8CFC;
}
</style>