Shades of Violet #E38AF1
Tints of Violet #E38AF1
RGB
CMYK
RGB Variations
Color information
#E38AF1 (or 0xE38AF1) is known color: Violet. HEX triplet: E3, 8A and F1. RGB value is (227,138,241). Sum of RGB (Red+Green+Blue) = 227+138+241=606 (80% of max value = 765). Red value is 227 (89.06% from 255 or 37.46% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 241 (94.53% from 255 or 39.77% from 606); Max value from RGB is 241 - color contains mainly: blue. Hex color #E38AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E38AF1 is #1C750E. Grayscale: #B0B0B0. Windows color (decimal): -1864975 or 15829731. OLE color: 15829731.
HSL color Cylindrical-coordinate representation of color #E38AF1: hue angle of 291.84º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E38AF1 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 138 | 241 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.05 |
| HSL | 291.84º | 0.79% | 0.74% | - |
| HSV(B) | 291.84º | 0.43% | 0.95% | - |
| XYZ | 56.64 | 40.86 | 88.12 | - |
| YUV | 176.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 138 | 241 | 0.06 | 0.43 | 0 | 0.05 | 291.84 | 0.79 | 0.74 |
| Hex | E3 | 8A | F1 | 6 | 2B | 0 | 5 | 124 | 4F | 4A |
| Octal | 343 | 212 | 361 | 6 | 53 | 0 | 5 | 444 | 117 | 112 |
| Binary | 11100011 | 10001010 | 11110001 | 110 | 101011 | 0 | 101 | 100100100 | 1001111 | 1001010 |
Color Harmonies of #E38AF1
Complementary color
Monochromatic Colors of #E38AF1
Black with #E38AF1
Text Example
Text Example
White with #E38AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38AF1; }
p { color: rgb(227,138,241); }
H1.HeaderClassName
{
color: #E38AF1;
}
.AnyTagClassName
{
color: #E38AF1;
}
</style>
background-color css
<style>
a { background-color: #E38AF1; }
a { background-color: rgb(227,138,241); }
div.DivClassName
{
background-color: #E38AF1;
}
.BgClassName
{
background-color: #E38AF1;
}
</style>
border-color css
<style>
span { border-color: #E38AF1; }
span { border-color: rgb(227,138,241); }
td.TdClassName
{
border-color: #E38AF1;
}
.TagClassName
{
border-color: #E38AF1;
}
</style>