Shades of Violet #E08FF4
Tints of Violet #E08FF4
RGB
CMYK
RGB Variations
Color information
#E08FF4 (or 0xE08FF4) is known color: Violet. HEX triplet: E0, 8F and F4. RGB value is (224,143,244). Sum of RGB (Red+Green+Blue) = 224+143+244=611 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.66% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 244 (95.70% from 255 or 39.93% from 611); Max value from RGB is 244 - color contains mainly: blue. Hex color #E08FF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08FF4 is #1F700B. Grayscale: #B2B2B2. Windows color (decimal): -2060300 or 16027616. OLE color: 16027616.
HSL color Cylindrical-coordinate representation of color #E08FF4: hue angle of 288.12º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08FF4 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 143 | 244 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.04 |
| HSL | 288.12º | 0.82% | 0.76% | - |
| HSV(B) | 288.12º | 0.41% | 0.96% | - |
| XYZ | 56.89 | 42.02 | 90.7 | - |
| YUV | 178.73 | 164.84 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 143 | 244 | 0.08 | 0.41 | 0 | 0.04 | 288.12 | 0.82 | 0.76 |
| Hex | E0 | 8F | F4 | 8 | 29 | 0 | 4 | 120 | 52 | 4C |
| Octal | 340 | 217 | 364 | 10 | 51 | 0 | 4 | 440 | 122 | 114 |
| Binary | 11100000 | 10001111 | 11110100 | 1000 | 101001 | 0 | 100 | 100100000 | 1010010 | 1001100 |
Color Harmonies of #E08FF4
Complementary color
Monochromatic Colors of #E08FF4
Black with #E08FF4
Text Example
Text Example
White with #E08FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08FF4; }
p { color: rgb(224,143,244); }
H1.HeaderClassName
{
color: #E08FF4;
}
.AnyTagClassName
{
color: #E08FF4;
}
</style>
background-color css
<style>
a { background-color: #E08FF4; }
a { background-color: rgb(224,143,244); }
div.DivClassName
{
background-color: #E08FF4;
}
.BgClassName
{
background-color: #E08FF4;
}
</style>
border-color css
<style>
span { border-color: #E08FF4; }
span { border-color: rgb(224,143,244); }
td.TdClassName
{
border-color: #E08FF4;
}
.TagClassName
{
border-color: #E08FF4;
}
</style>