Shades of Violet #E67FE1
Tints of Violet #E67FE1
RGB
CMYK
RGB Variations
Color information
#E67FE1 (or 0xE67FE1) is known color: Violet. HEX triplet: E6, 7F and E1. RGB value is (230,127,225). Sum of RGB (Red+Green+Blue) = 230+127+225=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 225 (88.28% from 255 or 38.66% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E67FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67FE1 is #19801E. Grayscale: #A8A8A8. Windows color (decimal): -1671199 or 14778342. OLE color: 14778342.
HSL color Cylindrical-coordinate representation of color #E67FE1: hue angle of 302.91º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67FE1 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 225 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.10 |
| HSL | 302.91º | 0.67% | 0.7% | - |
| HSV(B) | 302.91º | 0.45% | 0.9% | - |
| XYZ | 53.81 | 37.44 | 75.62 | - |
| YUV | 168.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 225 | 0 | 0.45 | 0.02 | 0.10 | 302.91 | 0.67 | 0.7 |
| Hex | E6 | 7F | E1 | 0 | 2D | 2 | A | 12F | 43 | 46 |
| Octal | 346 | 177 | 341 | 0 | 55 | 2 | 12 | 457 | 103 | 106 |
| Binary | 11100110 | 1111111 | 11100001 | 0 | 101101 | 10 | 1010 | 100101111 | 1000011 | 1000110 |
Color Harmonies of #E67FE1
Complementary color
Monochromatic Colors of #E67FE1
Black with #E67FE1
Text Example
Text Example
White with #E67FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FE1; }
p { color: rgb(230,127,225); }
H1.HeaderClassName
{
color: #E67FE1;
}
.AnyTagClassName
{
color: #E67FE1;
}
</style>
background-color css
<style>
a { background-color: #E67FE1; }
a { background-color: rgb(230,127,225); }
div.DivClassName
{
background-color: #E67FE1;
}
.BgClassName
{
background-color: #E67FE1;
}
</style>
border-color css
<style>
span { border-color: #E67FE1; }
span { border-color: rgb(230,127,225); }
td.TdClassName
{
border-color: #E67FE1;
}
.TagClassName
{
border-color: #E67FE1;
}
</style>