Shades of Violet #E596F8
Tints of Violet #E596F8
RGB
CMYK
RGB Variations
Color information
#E596F8 (or 0xE596F8) is known color: Violet. HEX triplet: E5, 96 and F8. RGB value is (229,150,248). Sum of RGB (Red+Green+Blue) = 229+150+248=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 248 (97.27% from 255 or 39.55% from 627); Max value from RGB is 248 - color contains mainly: blue. Hex color #E596F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E596F8 is #1A6907. Grayscale: #B8B8B8. Windows color (decimal): -1730824 or 16291557. OLE color: 16291557.
HSL color Cylindrical-coordinate representation of color #E596F8: hue angle of 288.37º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E596F8 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 150 | 248 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.03 |
| HSL | 288.37º | 0.88% | 0.78% | - |
| HSV(B) | 288.37º | 0.4% | 0.97% | - |
| XYZ | 60.16 | 45.25 | 94.37 | - |
| YUV | 184.79 | 163.67 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 150 | 248 | 0.08 | 0.40 | 0 | 0.03 | 288.37 | 0.88 | 0.78 |
| Hex | E5 | 96 | F8 | 8 | 28 | 0 | 3 | 120 | 58 | 4E |
| Octal | 345 | 226 | 370 | 10 | 50 | 0 | 3 | 440 | 130 | 116 |
| Binary | 11100101 | 10010110 | 11111000 | 1000 | 101000 | 0 | 11 | 100100000 | 1011000 | 1001110 |
Color Harmonies of #E596F8
Complementary color
Monochromatic Colors of #E596F8
Black with #E596F8
Text Example
Text Example
White with #E596F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E596F8; }
p { color: rgb(229,150,248); }
H1.HeaderClassName
{
color: #E596F8;
}
.AnyTagClassName
{
color: #E596F8;
}
</style>
background-color css
<style>
a { background-color: #E596F8; }
a { background-color: rgb(229,150,248); }
div.DivClassName
{
background-color: #E596F8;
}
.BgClassName
{
background-color: #E596F8;
}
</style>
border-color css
<style>
span { border-color: #E596F8; }
span { border-color: rgb(229,150,248); }
td.TdClassName
{
border-color: #E596F8;
}
.TagClassName
{
border-color: #E596F8;
}
</style>