Shades of Violet #E37FE1
Tints of Violet #E37FE1
RGB
CMYK
RGB Variations
Color information
#E37FE1 (or 0xE37FE1) is known color: Violet. HEX triplet: E3, 7F and E1. RGB value is (227,127,225). Sum of RGB (Red+Green+Blue) = 227+127+225=579 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.21% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 227 - color contains mainly: red. Hex color #E37FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37FE1 is #1C801E. Grayscale: #A7A7A7. Windows color (decimal): -1867807 or 14778339. OLE color: 14778339.
HSL color Cylindrical-coordinate representation of color #E37FE1: hue angle of 301.2º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37FE1 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 127 | 225 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.11 |
| HSL | 301.2º | 0.64% | 0.69% | - |
| HSV(B) | 301.2º | 0.44% | 0.89% | - |
| XYZ | 52.86 | 36.95 | 75.58 | - |
| YUV | 168.07 | 160.13 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 127 | 225 | 0 | 0.44 | 0.01 | 0.11 | 301.2 | 0.64 | 0.69 |
| Hex | E3 | 7F | E1 | 0 | 2C | 1 | B | 12D | 40 | 45 |
| Octal | 343 | 177 | 341 | 0 | 54 | 1 | 13 | 455 | 100 | 105 |
| Binary | 11100011 | 1111111 | 11100001 | 0 | 101100 | 1 | 1011 | 100101101 | 1000000 | 1000101 |
Color Harmonies of #E37FE1
Complementary color
Monochromatic Colors of #E37FE1
Black with #E37FE1
Text Example
Text Example
White with #E37FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37FE1; }
p { color: rgb(227,127,225); }
H1.HeaderClassName
{
color: #E37FE1;
}
.AnyTagClassName
{
color: #E37FE1;
}
</style>
background-color css
<style>
a { background-color: #E37FE1; }
a { background-color: rgb(227,127,225); }
div.DivClassName
{
background-color: #E37FE1;
}
.BgClassName
{
background-color: #E37FE1;
}
</style>
border-color css
<style>
span { border-color: #E37FE1; }
span { border-color: rgb(227,127,225); }
td.TdClassName
{
border-color: #E37FE1;
}
.TagClassName
{
border-color: #E37FE1;
}
</style>