Shades of Violet #E37BF2
Tints of Violet #E37BF2
RGB
CMYK
RGB Variations
Color information
#E37BF2 (or 0xE37BF2) is known color: Violet. HEX triplet: E3, 7B and F2. RGB value is (227,123,242). Sum of RGB (Red+Green+Blue) = 227+123+242=592 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.34% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 242 - color contains mainly: blue. Hex color #E37BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E37BF2 is #1C840D. Grayscale: #A7A7A7. Windows color (decimal): -1868814 or 15891427. OLE color: 15891427.
HSL color Cylindrical-coordinate representation of color #E37BF2: hue angle of 292.44º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E37BF2 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 123 | 242 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.05 |
| HSL | 292.44º | 0.82% | 0.72% | - |
| HSV(B) | 292.44º | 0.49% | 0.95% | - |
| XYZ | 54.79 | 36.91 | 88.24 | - |
| YUV | 167.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 123 | 242 | 0.06 | 0.49 | 0 | 0.05 | 292.44 | 0.82 | 0.72 |
| Hex | E3 | 7B | F2 | 6 | 31 | 0 | 5 | 124 | 52 | 48 |
| Octal | 343 | 173 | 362 | 6 | 61 | 0 | 5 | 444 | 122 | 110 |
| Binary | 11100011 | 1111011 | 11110010 | 110 | 110001 | 0 | 101 | 100100100 | 1010010 | 1001000 |
Color Harmonies of #E37BF2
Complementary color
Monochromatic Colors of #E37BF2
Black with #E37BF2
Text Example
Text Example
White with #E37BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37BF2; }
p { color: rgb(227,123,242); }
H1.HeaderClassName
{
color: #E37BF2;
}
.AnyTagClassName
{
color: #E37BF2;
}
</style>
background-color css
<style>
a { background-color: #E37BF2; }
a { background-color: rgb(227,123,242); }
div.DivClassName
{
background-color: #E37BF2;
}
.BgClassName
{
background-color: #E37BF2;
}
</style>
border-color css
<style>
span { border-color: #E37BF2; }
span { border-color: rgb(227,123,242); }
td.TdClassName
{
border-color: #E37BF2;
}
.TagClassName
{
border-color: #E37BF2;
}
</style>