Shades of Violet #E676EA
Tints of Violet #E676EA
RGB
CMYK
RGB Variations
Color information
#E676EA (or 0xE676EA) is known color: Violet. HEX triplet: E6, 76 and EA. RGB value is (230,118,234). Sum of RGB (Red+Green+Blue) = 230+118+234=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #E676EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E676EA is #198915. Grayscale: #A4A4A4. Windows color (decimal): -1673494 or 15365862. OLE color: 15365862.
HSL color Cylindrical-coordinate representation of color #E676EA: hue angle of 297.93º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E676EA is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 118 | 234 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.08 |
| HSL | 297.93º | 0.73% | 0.69% | - |
| HSV(B) | 297.93º | 0.5% | 0.92% | - |
| XYZ | 53.96 | 35.72 | 81.89 | - |
| YUV | 164.71 | 167.11 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 234 | 0.02 | 0.50 | 0 | 0.08 | 297.93 | 0.73 | 0.69 |
| Hex | E6 | 76 | EA | 2 | 32 | 0 | 8 | 12A | 49 | 45 |
| Octal | 346 | 166 | 352 | 2 | 62 | 0 | 10 | 452 | 111 | 105 |
| Binary | 11100110 | 1110110 | 11101010 | 10 | 110010 | 0 | 1000 | 100101010 | 1001001 | 1000101 |
Color Harmonies of #E676EA
Complementary color
Monochromatic Colors of #E676EA
Black with #E676EA
Text Example
Text Example
White with #E676EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E676EA; }
p { color: rgb(230,118,234); }
H1.HeaderClassName
{
color: #E676EA;
}
.AnyTagClassName
{
color: #E676EA;
}
</style>
background-color css
<style>
a { background-color: #E676EA; }
a { background-color: rgb(230,118,234); }
div.DivClassName
{
background-color: #E676EA;
}
.BgClassName
{
background-color: #E676EA;
}
</style>
border-color css
<style>
span { border-color: #E676EA; }
span { border-color: rgb(230,118,234); }
td.TdClassName
{
border-color: #E676EA;
}
.TagClassName
{
border-color: #E676EA;
}
</style>