Shades of Violet #E68FFD
Tints of Violet #E68FFD
RGB
CMYK
RGB Variations
Color information
#E68FFD (or 0xE68FFD) is known color: Violet. HEX triplet: E6, 8F and FD. RGB value is (230,143,253). Sum of RGB (Red+Green+Blue) = 230+143+253=626 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.74% from 626); Green value is 143 (56.25% from 255 or 22.84% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #E68FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E68FFD is #197002. Grayscale: #B5B5B5. Windows color (decimal): -1667075 or 16617446. OLE color: 16617446.
HSL color Cylindrical-coordinate representation of color #E68FFD: hue angle of 287.45º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68FFD is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 143 | 253 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.01 |
| HSL | 287.45º | 0.96% | 0.78% | - |
| HSV(B) | 287.45º | 0.43% | 0.99% | - |
| XYZ | 60.19 | 43.56 | 98.16 | - |
| YUV | 181.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 253 | 0.09 | 0.43 | 0 | 0.01 | 287.45 | 0.96 | 0.78 |
| Hex | E6 | 8F | FD | 9 | 2B | 0 | 1 | 11F | 60 | 4E |
| Octal | 346 | 217 | 375 | 11 | 53 | 0 | 1 | 437 | 140 | 116 |
| Binary | 11100110 | 10001111 | 11111101 | 1001 | 101011 | 0 | 1 | 100011111 | 1100000 | 1001110 |
Color Harmonies of #E68FFD
Complementary color
Monochromatic Colors of #E68FFD
Black with #E68FFD
Text Example
Text Example
White with #E68FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FFD; }
p { color: rgb(230,143,253); }
H1.HeaderClassName
{
color: #E68FFD;
}
.AnyTagClassName
{
color: #E68FFD;
}
</style>
background-color css
<style>
a { background-color: #E68FFD; }
a { background-color: rgb(230,143,253); }
div.DivClassName
{
background-color: #E68FFD;
}
.BgClassName
{
background-color: #E68FFD;
}
</style>
border-color css
<style>
span { border-color: #E68FFD; }
span { border-color: rgb(230,143,253); }
td.TdClassName
{
border-color: #E68FFD;
}
.TagClassName
{
border-color: #E68FFD;
}
</style>