Shades of Violet #E68FEA
Tints of Violet #E68FEA
RGB
CMYK
RGB Variations
Color information
#E68FEA (or 0xE68FEA) is known color: Violet. HEX triplet: E6, 8F and EA. RGB value is (230,143,234). Sum of RGB (Red+Green+Blue) = 230+143+234=607 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.89% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #E68FEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68FEA is #197015. Grayscale: #B3B3B3. Windows color (decimal): -1667094 or 15372262. OLE color: 15372262.
HSL color Cylindrical-coordinate representation of color #E68FEA: hue angle of 297.36º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68FEA is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 143 | 234 | - |
| CMYK | 0.02 | 0.39 | 0 | 0.08 |
| HSL | 297.36º | 0.68% | 0.74% | - |
| HSV(B) | 297.36º | 0.39% | 0.92% | - |
| XYZ | 57.31 | 42.41 | 83.01 | - |
| YUV | 179.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 234 | 0.02 | 0.39 | 0 | 0.08 | 297.36 | 0.68 | 0.74 |
| Hex | E6 | 8F | EA | 2 | 27 | 0 | 8 | 129 | 44 | 4A |
| Octal | 346 | 217 | 352 | 2 | 47 | 0 | 10 | 451 | 104 | 112 |
| Binary | 11100110 | 10001111 | 11101010 | 10 | 100111 | 0 | 1000 | 100101001 | 1000100 | 1001010 |
Color Harmonies of #E68FEA
Complementary color
Monochromatic Colors of #E68FEA
Black with #E68FEA
Text Example
Text Example
White with #E68FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FEA; }
p { color: rgb(230,143,234); }
H1.HeaderClassName
{
color: #E68FEA;
}
.AnyTagClassName
{
color: #E68FEA;
}
</style>
background-color css
<style>
a { background-color: #E68FEA; }
a { background-color: rgb(230,143,234); }
div.DivClassName
{
background-color: #E68FEA;
}
.BgClassName
{
background-color: #E68FEA;
}
</style>
border-color css
<style>
span { border-color: #E68FEA; }
span { border-color: rgb(230,143,234); }
td.TdClassName
{
border-color: #E68FEA;
}
.TagClassName
{
border-color: #E68FEA;
}
</style>