Shades of Violet #E672EC
Tints of Violet #E672EC
RGB
CMYK
RGB Variations
Color information
#E672EC (or 0xE672EC) is known color: Violet. HEX triplet: E6, 72 and EC. RGB value is (230,114,236). Sum of RGB (Red+Green+Blue) = 230+114+236=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #E672EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E672EC is #198D13. Grayscale: #A2A2A2. Windows color (decimal): -1674516 or 15495910. OLE color: 15495910.
HSL color Cylindrical-coordinate representation of color #E672EC: hue angle of 297.05º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E672EC is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 114 | 236 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 297.05º | 0.76% | 0.69% | - |
| HSV(B) | 297.05º | 0.52% | 0.93% | - |
| XYZ | 53.79 | 34.91 | 83.26 | - |
| YUV | 162.59 | 169.43 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 236 | 0.03 | 0.52 | 0 | 0.07 | 297.05 | 0.76 | 0.69 |
| Hex | E6 | 72 | EC | 3 | 34 | 0 | 7 | 129 | 4C | 45 |
| Octal | 346 | 162 | 354 | 3 | 64 | 0 | 7 | 451 | 114 | 105 |
| Binary | 11100110 | 1110010 | 11101100 | 11 | 110100 | 0 | 111 | 100101001 | 1001100 | 1000101 |
Color Harmonies of #E672EC
Complementary color
Monochromatic Colors of #E672EC
Black with #E672EC
Text Example
Text Example
White with #E672EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672EC; }
p { color: rgb(230,114,236); }
H1.HeaderClassName
{
color: #E672EC;
}
.AnyTagClassName
{
color: #E672EC;
}
</style>
background-color css
<style>
a { background-color: #E672EC; }
a { background-color: rgb(230,114,236); }
div.DivClassName
{
background-color: #E672EC;
}
.BgClassName
{
background-color: #E672EC;
}
</style>
border-color css
<style>
span { border-color: #E672EC; }
span { border-color: rgb(230,114,236); }
td.TdClassName
{
border-color: #E672EC;
}
.TagClassName
{
border-color: #E672EC;
}
</style>