Shades of Violet #E675E6
Tints of Violet #E675E6
RGB
CMYK
RGB Variations
Color information
#E675E6 (or 0xE675E6) is known color: Violet. HEX triplet: E6, 75 and E6. RGB value is (230,117,230). Sum of RGB (Red+Green+Blue) = 230+117+230=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 117 (46.09% from 255 or 20.28% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: red, blue. Hex color #E675E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E675E6 is #198A19. Grayscale: #A3A3A3. Windows color (decimal): -1673754 or 15103462. OLE color: 15103462.
HSL color Cylindrical-coordinate representation of color #E675E6: hue angle of 300º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E675E6 is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 230 | - |
| CMYK | 0 | 0.49 | 0 | 0.10 |
| HSL | 300º | 0.69% | 0.68% | - |
| HSV(B) | 300º | 0.49% | 0.9% | - |
| XYZ | 53.28 | 35.26 | 78.86 | - |
| YUV | 163.67 | 165.44 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 230 | 0 | 0.49 | 0 | 0.10 | 300 | 0.69 | 0.68 |
| Hex | E6 | 75 | E6 | 0 | 31 | 0 | A | 12C | 45 | 44 |
| Octal | 346 | 165 | 346 | 0 | 61 | 0 | 12 | 454 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11100110 | 0 | 110001 | 0 | 1010 | 100101100 | 1000101 | 1000100 |
Color Harmonies of #E675E6
Complementary color
Monochromatic Colors of #E675E6
Black with #E675E6
Text Example
Text Example
White with #E675E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675E6; }
p { color: rgb(230,117,230); }
H1.HeaderClassName
{
color: #E675E6;
}
.AnyTagClassName
{
color: #E675E6;
}
</style>
background-color css
<style>
a { background-color: #E675E6; }
a { background-color: rgb(230,117,230); }
div.DivClassName
{
background-color: #E675E6;
}
.BgClassName
{
background-color: #E675E6;
}
</style>
border-color css
<style>
span { border-color: #E675E6; }
span { border-color: rgb(230,117,230); }
td.TdClassName
{
border-color: #E675E6;
}
.TagClassName
{
border-color: #E675E6;
}
</style>