Shades of Violet #E58CDF
Tints of Violet #E58CDF
RGB
CMYK
RGB Variations
Color information
#E58CDF (or 0xE58CDF) is known color: Violet. HEX triplet: E5, 8C and DF. RGB value is (229,140,223). Sum of RGB (Red+Green+Blue) = 229+140+223=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CDF is #1A7320. Grayscale: #AFAFAF. Windows color (decimal): -1733409 or 14650597. OLE color: 14650597.
HSL color Cylindrical-coordinate representation of color #E58CDF: hue angle of 304.04º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CDF is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 140 | 223 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.10 |
| HSL | 304.05º | 0.63% | 0.72% | - |
| HSV(B) | 304.05º | 0.39% | 0.9% | - |
| XYZ | 55.01 | 40.74 | 74.78 | - |
| YUV | 176.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 140 | 223 | 0 | 0.39 | 0.03 | 0.10 | 304.05 | 0.63 | 0.72 |
| Hex | E5 | 8C | DF | 0 | 27 | 3 | A | 130 | 3F | 48 |
| Octal | 345 | 214 | 337 | 0 | 47 | 3 | 12 | 460 | 77 | 110 |
| Binary | 11100101 | 10001100 | 11011111 | 0 | 100111 | 11 | 1010 | 100110000 | 111111 | 1001000 |
Color Harmonies of #E58CDF
Complementary color
Monochromatic Colors of #E58CDF
Black with #E58CDF
Text Example
Text Example
White with #E58CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58CDF; }
p { color: rgb(229,140,223); }
H1.HeaderClassName
{
color: #E58CDF;
}
.AnyTagClassName
{
color: #E58CDF;
}
</style>
background-color css
<style>
a { background-color: #E58CDF; }
a { background-color: rgb(229,140,223); }
div.DivClassName
{
background-color: #E58CDF;
}
.BgClassName
{
background-color: #E58CDF;
}
</style>
border-color css
<style>
span { border-color: #E58CDF; }
span { border-color: rgb(229,140,223); }
td.TdClassName
{
border-color: #E58CDF;
}
.TagClassName
{
border-color: #E58CDF;
}
</style>