Shades of Violet #E675E5
Tints of Violet #E675E5
RGB
CMYK
RGB Variations
Color information
#E675E5 (or 0xE675E5) is known color: Violet. HEX triplet: E6, 75 and E5. RGB value is (230,117,229). Sum of RGB (Red+Green+Blue) = 230+117+229=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E675E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E675E5 is #198A1A. Grayscale: #A3A3A3. Windows color (decimal): -1673755 or 15037926. OLE color: 15037926.
HSL color Cylindrical-coordinate representation of color #E675E5: hue angle of 300.53º 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 #E675E5 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 117 | 229 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.10 |
| HSL | 300.53º | 0.69% | 0.68% | - |
| HSV(B) | 300.53º | 0.49% | 0.9% | - |
| XYZ | 53.14 | 35.2 | 78.12 | - |
| YUV | 163.56 | 164.94 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 117 | 229 | 0 | 0.49 | 0.00 | 0.10 | 300.53 | 0.69 | 0.68 |
| Hex | E6 | 75 | E5 | 0 | 31 | 0 | A | 12D | 45 | 44 |
| Octal | 346 | 165 | 345 | 0 | 61 | 0 | 12 | 455 | 105 | 104 |
| Binary | 11100110 | 1110101 | 11100101 | 0 | 110001 | 0 | 1010 | 100101101 | 1000101 | 1000100 |
Color Harmonies of #E675E5
Complementary color
Monochromatic Colors of #E675E5
Black with #E675E5
Text Example
Text Example
White with #E675E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E675E5; }
p { color: rgb(230,117,229); }
H1.HeaderClassName
{
color: #E675E5;
}
.AnyTagClassName
{
color: #E675E5;
}
</style>
background-color css
<style>
a { background-color: #E675E5; }
a { background-color: rgb(230,117,229); }
div.DivClassName
{
background-color: #E675E5;
}
.BgClassName
{
background-color: #E675E5;
}
</style>
border-color css
<style>
span { border-color: #E675E5; }
span { border-color: rgb(230,117,229); }
td.TdClassName
{
border-color: #E675E5;
}
.TagClassName
{
border-color: #E675E5;
}
</style>