Shades of Violet #EC8FEC
Tints of Violet #EC8FEC
RGB
CMYK
RGB Variations
Color information
#EC8FEC (or 0xEC8FEC) is known color: Violet. HEX triplet: EC, 8F and EC. RGB value is (236,143,236). Sum of RGB (Red+Green+Blue) = 236+143+236=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 143 (56.25% from 255 or 23.25% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC8FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC8FEC is #137013. Grayscale: #B5B5B5. Windows color (decimal): -1273876 or 15503340. OLE color: 15503340.
HSL color Cylindrical-coordinate representation of color #EC8FEC: hue angle of 300º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EC8FEC is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 143 | 236 | - |
CMYK | 0 | 0.39 | 0 | 0.07 |
HSL | 300º | 0.71% | 0.74% | - |
HSV(B) | 300º | 0.39% | 0.93% | - |
XYZ | 59.55 | 43.53 | 84.62 | - |
YUV | 181.41 | 158.81 | 166.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 143 | 236 | 0 | 0.39 | 0 | 0.07 | 300 | 0.71 | 0.74 |
Hex | EC | 8F | EC | 0 | 27 | 0 | 7 | 12C | 47 | 4A |
Octal | 354 | 217 | 354 | 0 | 47 | 0 | 7 | 454 | 107 | 112 |
Binary | 11101100 | 10001111 | 11101100 | 0 | 100111 | 0 | 111 | 100101100 | 1000111 | 1001010 |
Color Harmonies of #EC8FEC
Complementary color
Monochromatic Colors of #EC8FEC
Black with #EC8FEC
Text Example
Text Example
White with #EC8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8FEC; }
p { color: rgb(236,143,236); }
H1.HeaderClassName
{
color: #EC8FEC;
}
.AnyTagClassName
{
color: #EC8FEC;
}
</style>
background-color css
<style>
a { background-color: #EC8FEC; }
a { background-color: rgb(236,143,236); }
div.DivClassName
{
background-color: #EC8FEC;
}
.BgClassName
{
background-color: #EC8FEC;
}
</style>
border-color css
<style>
span { border-color: #EC8FEC; }
span { border-color: rgb(236,143,236); }
td.TdClassName
{
border-color: #EC8FEC;
}
.TagClassName
{
border-color: #EC8FEC;
}
</style>