Shades of Violet #E08CEF
Tints of Violet #E08CEF
RGB
CMYK
RGB Variations
Color information
#E08CEF (or 0xE08CEF) is known color: Violet. HEX triplet: E0, 8C and EF. RGB value is (224,140,239). Sum of RGB (Red+Green+Blue) = 224+140+239=603 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.15% from 603); Green value is 140 (55.08% from 255 or 23.22% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #E08CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E08CEF is #1F7310. Grayscale: #B0B0B0. Windows color (decimal): -2061073 or 15699168. OLE color: 15699168.
HSL color Cylindrical-coordinate representation of color #E08CEF: hue angle of 290.91º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E08CEF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 140 | 239 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.06 |
| HSL | 290.91º | 0.76% | 0.74% | - |
| HSV(B) | 290.91º | 0.41% | 0.94% | - |
| XYZ | 55.7 | 40.84 | 86.61 | - |
| YUV | 176.4 | 163.33 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 239 | 0.06 | 0.41 | 0 | 0.06 | 290.91 | 0.76 | 0.74 |
| Hex | E0 | 8C | EF | 6 | 29 | 0 | 6 | 123 | 4C | 4A |
| Octal | 340 | 214 | 357 | 6 | 51 | 0 | 6 | 443 | 114 | 112 |
| Binary | 11100000 | 10001100 | 11101111 | 110 | 101001 | 0 | 110 | 100100011 | 1001100 | 1001010 |
Color Harmonies of #E08CEF
Complementary color
Monochromatic Colors of #E08CEF
Black with #E08CEF
Text Example
Text Example
White with #E08CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08CEF; }
p { color: rgb(224,140,239); }
H1.HeaderClassName
{
color: #E08CEF;
}
.AnyTagClassName
{
color: #E08CEF;
}
</style>
background-color css
<style>
a { background-color: #E08CEF; }
a { background-color: rgb(224,140,239); }
div.DivClassName
{
background-color: #E08CEF;
}
.BgClassName
{
background-color: #E08CEF;
}
</style>
border-color css
<style>
span { border-color: #E08CEF; }
span { border-color: rgb(224,140,239); }
td.TdClassName
{
border-color: #E08CEF;
}
.TagClassName
{
border-color: #E08CEF;
}
</style>