Shades of Violet #E08ADF
Tints of Violet #E08ADF
RGB
CMYK
RGB Variations
Color information
#E08ADF (or 0xE08ADF) is known color: Violet. HEX triplet: E0, 8A and DF. RGB value is (224,138,223). Sum of RGB (Red+Green+Blue) = 224+138+223=585 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.29% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 224 - color contains mainly: red. Hex color #E08ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E08ADF is #1F7520. Grayscale: #ADADAD. Windows color (decimal): -2061601 or 14650080. OLE color: 14650080.
HSL color Cylindrical-coordinate representation of color #E08ADF: hue angle of 300.7º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E08ADF is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 223 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.12 |
| HSL | 300.7º | 0.58% | 0.71% | - |
| HSV(B) | 300.7º | 0.38% | 0.88% | - |
| XYZ | 53.15 | 39.35 | 74.61 | - |
| YUV | 173.4 | 155.99 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 223 | 0 | 0.38 | 0.00 | 0.12 | 300.7 | 0.58 | 0.71 |
| Hex | E0 | 8A | DF | 0 | 26 | 0 | C | 12D | 3A | 47 |
| Octal | 340 | 212 | 337 | 0 | 46 | 0 | 14 | 455 | 72 | 107 |
| Binary | 11100000 | 10001010 | 11011111 | 0 | 100110 | 0 | 1100 | 100101101 | 111010 | 1000111 |
Color Harmonies of #E08ADF
Complementary color
Monochromatic Colors of #E08ADF
Black with #E08ADF
Text Example
Text Example
White with #E08ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08ADF; }
p { color: rgb(224,138,223); }
H1.HeaderClassName
{
color: #E08ADF;
}
.AnyTagClassName
{
color: #E08ADF;
}
</style>
background-color css
<style>
a { background-color: #E08ADF; }
a { background-color: rgb(224,138,223); }
div.DivClassName
{
background-color: #E08ADF;
}
.BgClassName
{
background-color: #E08ADF;
}
</style>
border-color css
<style>
span { border-color: #E08ADF; }
span { border-color: rgb(224,138,223); }
td.TdClassName
{
border-color: #E08ADF;
}
.TagClassName
{
border-color: #E08ADF;
}
</style>