Shades of Violet #E78ADF
Tints of Violet #E78ADF
RGB
CMYK
RGB Variations
Color information
#E78ADF (or 0xE78ADF) is known color: Violet. HEX triplet: E7, 8A and DF. RGB value is (231,138,223). Sum of RGB (Red+Green+Blue) = 231+138+223=592 (78% of max value = 765). Red value is 231 (90.62% from 255 or 39.02% from 592); Green value is 138 (54.30% from 255 or 23.31% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 231 - color contains mainly: red. Hex color #E78ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E78ADF is #187520. Grayscale: #AFAFAF. Windows color (decimal): -1602849 or 14650087. OLE color: 14650087.
HSL color Cylindrical-coordinate representation of color #E78ADF: hue angle of 305.16º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78ADF is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 223 | - |
| CMYK | 0 | 0.40 | 0.03 | 0.09 |
| HSL | 305.16º | 0.66% | 0.72% | - |
| HSV(B) | 305.16º | 0.4% | 0.91% | - |
| XYZ | 55.36 | 40.49 | 74.71 | - |
| YUV | 175.5 | 154.81 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 223 | 0 | 0.40 | 0.03 | 0.09 | 305.16 | 0.66 | 0.72 |
| Hex | E7 | 8A | DF | 0 | 28 | 3 | 9 | 131 | 42 | 48 |
| Octal | 347 | 212 | 337 | 0 | 50 | 3 | 11 | 461 | 102 | 110 |
| Binary | 11100111 | 10001010 | 11011111 | 0 | 101000 | 11 | 1001 | 100110001 | 1000010 | 1001000 |
Color Harmonies of #E78ADF
Complementary color
Monochromatic Colors of #E78ADF
Black with #E78ADF
Text Example
Text Example
White with #E78ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78ADF; }
p { color: rgb(231,138,223); }
H1.HeaderClassName
{
color: #E78ADF;
}
.AnyTagClassName
{
color: #E78ADF;
}
</style>
background-color css
<style>
a { background-color: #E78ADF; }
a { background-color: rgb(231,138,223); }
div.DivClassName
{
background-color: #E78ADF;
}
.BgClassName
{
background-color: #E78ADF;
}
</style>
border-color css
<style>
span { border-color: #E78ADF; }
span { border-color: rgb(231,138,223); }
td.TdClassName
{
border-color: #E78ADF;
}
.TagClassName
{
border-color: #E78ADF;
}
</style>