Shades of Violet #EC7FF4
Tints of Violet #EC7FF4
RGB
CMYK
RGB Variations
Color information
#EC7FF4 (or 0xEC7FF4) is known color: Violet. HEX triplet: EC, 7F and F4. RGB value is (236,127,244). Sum of RGB (Red+Green+Blue) = 236+127+244=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 127 (50% from 255 or 20.92% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC7FF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FF4 is #13800B. Grayscale: #ACACAC. Windows color (decimal): -1277964 or 16023532. OLE color: 16023532.
HSL color Cylindrical-coordinate representation of color #EC7FF4: hue angle of 295.9º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7FF4 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 127 | 244 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.04 |
| HSL | 295.9º | 0.84% | 0.73% | - |
| HSV(B) | 295.9º | 0.48% | 0.96% | - |
| XYZ | 58.51 | 39.54 | 90.14 | - |
| YUV | 172.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 244 | 0.03 | 0.48 | 0 | 0.04 | 295.9 | 0.84 | 0.73 |
| Hex | EC | 7F | F4 | 3 | 30 | 0 | 4 | 128 | 54 | 49 |
| Octal | 354 | 177 | 364 | 3 | 60 | 0 | 4 | 450 | 124 | 111 |
| Binary | 11101100 | 1111111 | 11110100 | 11 | 110000 | 0 | 100 | 100101000 | 1010100 | 1001001 |
Color Harmonies of #EC7FF4
Complementary color
Monochromatic Colors of #EC7FF4
Black with #EC7FF4
Text Example
Text Example
White with #EC7FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FF4; }
p { color: rgb(236,127,244); }
H1.HeaderClassName
{
color: #EC7FF4;
}
.AnyTagClassName
{
color: #EC7FF4;
}
</style>
background-color css
<style>
a { background-color: #EC7FF4; }
a { background-color: rgb(236,127,244); }
div.DivClassName
{
background-color: #EC7FF4;
}
.BgClassName
{
background-color: #EC7FF4;
}
</style>
border-color css
<style>
span { border-color: #EC7FF4; }
span { border-color: rgb(236,127,244); }
td.TdClassName
{
border-color: #EC7FF4;
}
.TagClassName
{
border-color: #EC7FF4;
}
</style>