Shades of Violet #EC7FE6
Tints of Violet #EC7FE6
RGB
CMYK
RGB Variations
Color information
#EC7FE6 (or 0xEC7FE6) is known color: Violet. HEX triplet: EC, 7F and E6. RGB value is (236,127,230). Sum of RGB (Red+Green+Blue) = 236+127+230=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 127 (50% from 255 or 21.42% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7FE6 is #138019. Grayscale: #ABABAB. Windows color (decimal): -1277978 or 15106028. OLE color: 15106028.
HSL color Cylindrical-coordinate representation of color #EC7FE6: hue angle of 303.3º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7FE6 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 230 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.07 |
| HSL | 303.3º | 0.74% | 0.71% | - |
| HSV(B) | 303.3º | 0.46% | 0.93% | - |
| XYZ | 56.46 | 38.72 | 79.36 | - |
| YUV | 171.33 | 161.11 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 230 | 0 | 0.46 | 0.03 | 0.07 | 303.3 | 0.74 | 0.71 |
| Hex | EC | 7F | E6 | 0 | 2E | 3 | 7 | 12F | 4A | 47 |
| Octal | 354 | 177 | 346 | 0 | 56 | 3 | 7 | 457 | 112 | 107 |
| Binary | 11101100 | 1111111 | 11100110 | 0 | 101110 | 11 | 111 | 100101111 | 1001010 | 1000111 |
Color Harmonies of #EC7FE6
Complementary color
Monochromatic Colors of #EC7FE6
Black with #EC7FE6
Text Example
Text Example
White with #EC7FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7FE6; }
p { color: rgb(236,127,230); }
H1.HeaderClassName
{
color: #EC7FE6;
}
.AnyTagClassName
{
color: #EC7FE6;
}
</style>
background-color css
<style>
a { background-color: #EC7FE6; }
a { background-color: rgb(236,127,230); }
div.DivClassName
{
background-color: #EC7FE6;
}
.BgClassName
{
background-color: #EC7FE6;
}
</style>
border-color css
<style>
span { border-color: #EC7FE6; }
span { border-color: rgb(236,127,230); }
td.TdClassName
{
border-color: #EC7FE6;
}
.TagClassName
{
border-color: #EC7FE6;
}
</style>