Shades of Violet #E672EE
Tints of Violet #E672EE
RGB
CMYK
RGB Variations
Color information
#E672EE (or 0xE672EE) is known color: Violet. HEX triplet: E6, 72 and EE. RGB value is (230,114,238). Sum of RGB (Red+Green+Blue) = 230+114+238=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #E672EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E672EE is #198D11. Grayscale: #A2A2A2. Windows color (decimal): -1674514 or 15626982. OLE color: 15626982.
HSL color Cylindrical-coordinate representation of color #E672EE: hue angle of 296.13º degrees, saturation: 0.78, 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 #E672EE is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 114 | 238 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.07 |
| HSL | 296.13º | 0.78% | 0.69% | - |
| HSV(B) | 296.13º | 0.52% | 0.93% | - |
| XYZ | 54.08 | 35.03 | 84.8 | - |
| YUV | 162.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 238 | 0.03 | 0.52 | 0 | 0.07 | 296.13 | 0.78 | 0.69 |
| Hex | E6 | 72 | EE | 3 | 34 | 0 | 7 | 128 | 4E | 45 |
| Octal | 346 | 162 | 356 | 3 | 64 | 0 | 7 | 450 | 116 | 105 |
| Binary | 11100110 | 1110010 | 11101110 | 11 | 110100 | 0 | 111 | 100101000 | 1001110 | 1000101 |
Color Harmonies of #E672EE
Complementary color
Monochromatic Colors of #E672EE
Black with #E672EE
Text Example
Text Example
White with #E672EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672EE; }
p { color: rgb(230,114,238); }
H1.HeaderClassName
{
color: #E672EE;
}
.AnyTagClassName
{
color: #E672EE;
}
</style>
background-color css
<style>
a { background-color: #E672EE; }
a { background-color: rgb(230,114,238); }
div.DivClassName
{
background-color: #E672EE;
}
.BgClassName
{
background-color: #E672EE;
}
</style>
border-color css
<style>
span { border-color: #E672EE; }
span { border-color: rgb(230,114,238); }
td.TdClassName
{
border-color: #E672EE;
}
.TagClassName
{
border-color: #E672EE;
}
</style>