Shades of Violet #E672E7
Tints of Violet #E672E7
RGB
CMYK
RGB Variations
Color information
#E672E7 (or 0xE672E7) is known color: Violet. HEX triplet: E6, 72 and E7. RGB value is (230,114,231). Sum of RGB (Red+Green+Blue) = 230+114+231=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 114 (44.92% from 255 or 19.83% from 575); Blue value is 231 (90.62% from 255 or 40.17% from 575); Max value from RGB is 231 - color contains mainly: blue. Hex color #E672E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E672E7 is #198D18. Grayscale: #A1A1A1. Windows color (decimal): -1674521 or 15168230. OLE color: 15168230.
HSL color Cylindrical-coordinate representation of color #E672E7: hue angle of 299.49º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E672E7 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 114 | 231 | - |
| CMYK | 0.00 | 0.51 | 0 | 0.09 |
| HSL | 299.49º | 0.71% | 0.68% | - |
| HSV(B) | 299.49º | 0.51% | 0.91% | - |
| XYZ | 53.07 | 34.63 | 79.49 | - |
| YUV | 162.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 231 | 0.00 | 0.51 | 0 | 0.09 | 299.49 | 0.71 | 0.68 |
| Hex | E6 | 72 | E7 | 0 | 33 | 0 | 9 | 12B | 47 | 44 |
| Octal | 346 | 162 | 347 | 0 | 63 | 0 | 11 | 453 | 107 | 104 |
| Binary | 11100110 | 1110010 | 11100111 | 0 | 110011 | 0 | 1001 | 100101011 | 1000111 | 1000100 |
Color Harmonies of #E672E7
Complementary color
Monochromatic Colors of #E672E7
Black with #E672E7
Text Example
Text Example
White with #E672E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672E7; }
p { color: rgb(230,114,231); }
H1.HeaderClassName
{
color: #E672E7;
}
.AnyTagClassName
{
color: #E672E7;
}
</style>
background-color css
<style>
a { background-color: #E672E7; }
a { background-color: rgb(230,114,231); }
div.DivClassName
{
background-color: #E672E7;
}
.BgClassName
{
background-color: #E672E7;
}
</style>
border-color css
<style>
span { border-color: #E672E7; }
span { border-color: rgb(230,114,231); }
td.TdClassName
{
border-color: #E672E7;
}
.TagClassName
{
border-color: #E672E7;
}
</style>