Shades of Violet #EC8FEF
Tints of Violet #EC8FEF
RGB
CMYK
RGB Variations
Color information
#EC8FEF (or 0xEC8FEF) is known color: Violet. HEX triplet: EC, 8F and EF. RGB value is (236,143,239). Sum of RGB (Red+Green+Blue) = 236+143+239=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 143 (56.25% from 255 or 23.14% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC8FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FEF is #137010. Grayscale: #B5B5B5. Windows color (decimal): -1273873 or 15699948. OLE color: 15699948.
HSL color Cylindrical-coordinate representation of color #EC8FEF: hue angle of 298.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8FEF is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 143 | 239 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.06 |
| HSL | 298.13º | 0.75% | 0.75% | - |
| HSV(B) | 298.13º | 0.4% | 0.94% | - |
| XYZ | 59.99 | 43.71 | 86.94 | - |
| YUV | 181.75 | 160.31 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 143 | 239 | 0.01 | 0.40 | 0 | 0.06 | 298.13 | 0.75 | 0.75 |
| Hex | EC | 8F | EF | 1 | 28 | 0 | 6 | 12A | 4B | 4B |
| Octal | 354 | 217 | 357 | 1 | 50 | 0 | 6 | 452 | 113 | 113 |
| Binary | 11101100 | 10001111 | 11101111 | 1 | 101000 | 0 | 110 | 100101010 | 1001011 | 1001011 |
Color Harmonies of #EC8FEF
Complementary color
Monochromatic Colors of #EC8FEF
Black with #EC8FEF
Text Example
Text Example
White with #EC8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FEF; }
p { color: rgb(236,143,239); }
H1.HeaderClassName
{
color: #EC8FEF;
}
.AnyTagClassName
{
color: #EC8FEF;
}
</style>
background-color css
<style>
a { background-color: #EC8FEF; }
a { background-color: rgb(236,143,239); }
div.DivClassName
{
background-color: #EC8FEF;
}
.BgClassName
{
background-color: #EC8FEF;
}
</style>
border-color css
<style>
span { border-color: #EC8FEF; }
span { border-color: rgb(236,143,239); }
td.TdClassName
{
border-color: #EC8FEF;
}
.TagClassName
{
border-color: #EC8FEF;
}
</style>