Shades of Violet #EC7FFC
Tints of Violet #EC7FFC
RGB
CMYK
RGB Variations
Color information
#EC7FFC (or 0xEC7FFC) is known color: Violet. HEX triplet: EC, 7F and FC. RGB value is (236,127,252). Sum of RGB (Red+Green+Blue) = 236+127+252=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 127 (50% from 255 or 20.65% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #EC7FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FFC is #138003. Grayscale: #ADADAD. Windows color (decimal): -1277956 or 16547820. OLE color: 16547820.
HSL color Cylindrical-coordinate representation of color #EC7FFC: hue angle of 292.32º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7FFC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 127 | 252 | - |
CMYK | 0.06 | 0.50 | 0 | 0.01 |
HSL | 292.32º | 0.95% | 0.74% | - |
HSV(B) | 292.32º | 0.5% | 0.99% | - |
XYZ | 59.75 | 40.04 | 96.67 | - |
YUV | 173.84 | 172.11 | 172.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 127 | 252 | 0.06 | 0.50 | 0 | 0.01 | 292.32 | 0.95 | 0.74 |
Hex | EC | 7F | FC | 6 | 32 | 0 | 1 | 124 | 5F | 4A |
Octal | 354 | 177 | 374 | 6 | 62 | 0 | 1 | 444 | 137 | 112 |
Binary | 11101100 | 1111111 | 11111100 | 110 | 110010 | 0 | 1 | 100100100 | 1011111 | 1001010 |
Color Harmonies of #EC7FFC
Complementary color
Monochromatic Colors of #EC7FFC
Black with #EC7FFC
Text Example
Text Example
White with #EC7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FFC; }
p { color: rgb(236,127,252); }
H1.HeaderClassName
{
color: #EC7FFC;
}
.AnyTagClassName
{
color: #EC7FFC;
}
</style>
background-color css
<style>
a { background-color: #EC7FFC; }
a { background-color: rgb(236,127,252); }
div.DivClassName
{
background-color: #EC7FFC;
}
.BgClassName
{
background-color: #EC7FFC;
}
</style>
border-color css
<style>
span { border-color: #EC7FFC; }
span { border-color: rgb(236,127,252); }
td.TdClassName
{
border-color: #EC7FFC;
}
.TagClassName
{
border-color: #EC7FFC;
}
</style>