Shades of Violet #E67FEE
Tints of Violet #E67FEE
RGB
CMYK
RGB Variations
Color information
#E67FEE (or 0xE67FEE) is known color: Violet. HEX triplet: E6, 7F and EE. RGB value is (230,127,238). Sum of RGB (Red+Green+Blue) = 230+127+238=595 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.66% from 595); Green value is 127 (50% from 255 or 21.34% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #E67FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67FEE is #198011. Grayscale: #AAAAAA. Windows color (decimal): -1671186 or 15630310. OLE color: 15630310.
HSL color Cylindrical-coordinate representation of color #E67FEE: hue angle of 295.68º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67FEE is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 127 | 238 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.07 |
| HSL | 295.68º | 0.77% | 0.72% | - |
| HSV(B) | 295.68º | 0.47% | 0.93% | - |
| XYZ | 55.66 | 38.17 | 85.32 | - |
| YUV | 170.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 238 | 0.03 | 0.47 | 0 | 0.07 | 295.68 | 0.77 | 0.72 |
| Hex | E6 | 7F | EE | 3 | 2F | 0 | 7 | 128 | 4D | 48 |
| Octal | 346 | 177 | 356 | 3 | 57 | 0 | 7 | 450 | 115 | 110 |
| Binary | 11100110 | 1111111 | 11101110 | 11 | 101111 | 0 | 111 | 100101000 | 1001101 | 1001000 |
Color Harmonies of #E67FEE
Complementary color
Monochromatic Colors of #E67FEE
Black with #E67FEE
Text Example
Text Example
White with #E67FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67FEE; }
p { color: rgb(230,127,238); }
H1.HeaderClassName
{
color: #E67FEE;
}
.AnyTagClassName
{
color: #E67FEE;
}
</style>
background-color css
<style>
a { background-color: #E67FEE; }
a { background-color: rgb(230,127,238); }
div.DivClassName
{
background-color: #E67FEE;
}
.BgClassName
{
background-color: #E67FEE;
}
</style>
border-color css
<style>
span { border-color: #E67FEE; }
span { border-color: rgb(230,127,238); }
td.TdClassName
{
border-color: #E67FEE;
}
.TagClassName
{
border-color: #E67FEE;
}
</style>