Shades of Violet #EC8FFC
Tints of Violet #EC8FFC
RGB
CMYK
RGB Variations
Color information
#EC8FFC (or 0xEC8FFC) is known color: Violet. HEX triplet: EC, 8F and FC. RGB value is (236,143,252). Sum of RGB (Red+Green+Blue) = 236+143+252=631 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.40% from 631); Green value is 143 (56.25% from 255 or 22.66% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC8FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FFC is #137003. Grayscale: #B6B6B6. Windows color (decimal): -1273860 or 16551916. OLE color: 16551916.
HSL color Cylindrical-coordinate representation of color #EC8FFC: hue angle of 291.19º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8FFC is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 143 | 252 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.01 |
| HSL | 291.19º | 0.95% | 0.77% | - |
| HSV(B) | 291.19º | 0.43% | 0.99% | - |
| XYZ | 61.99 | 44.51 | 97.42 | - |
| YUV | 183.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 252 | 0.06 | 0.43 | 0 | 0.01 | 291.19 | 0.95 | 0.77 |
| Hex | EC | 8F | FC | 6 | 2B | 0 | 1 | 123 | 5F | 4D |
| Octal | 354 | 217 | 374 | 6 | 53 | 0 | 1 | 443 | 137 | 115 |
| Binary | 11101100 | 10001111 | 11111100 | 110 | 101011 | 0 | 1 | 100100011 | 1011111 | 1001101 |
Color Harmonies of #EC8FFC
Complementary color
Monochromatic Colors of #EC8FFC
Black with #EC8FFC
Text Example
Text Example
White with #EC8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FFC; }
p { color: rgb(236,143,252); }
H1.HeaderClassName
{
color: #EC8FFC;
}
.AnyTagClassName
{
color: #EC8FFC;
}
</style>
background-color css
<style>
a { background-color: #EC8FFC; }
a { background-color: rgb(236,143,252); }
div.DivClassName
{
background-color: #EC8FFC;
}
.BgClassName
{
background-color: #EC8FFC;
}
</style>
border-color css
<style>
span { border-color: #EC8FFC; }
span { border-color: rgb(236,143,252); }
td.TdClassName
{
border-color: #EC8FFC;
}
.TagClassName
{
border-color: #EC8FFC;
}
</style>