Shades of Violet #EA8BF1
Tints of Violet #EA8BF1
RGB
CMYK
RGB Variations
Color information
#EA8BF1 (or 0xEA8BF1) is known color: Violet. HEX triplet: EA, 8B and F1. RGB value is (234,139,241). Sum of RGB (Red+Green+Blue) = 234+139+241=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 139 (54.69% from 255 or 22.64% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA8BF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BF1 is #15740E. Grayscale: #B2B2B2. Windows color (decimal): -1405967 or 15829994. OLE color: 15829994.
HSL color Cylindrical-coordinate representation of color #EA8BF1: hue angle of 295.88º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA8BF1 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 139 | 241 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.05 |
| HSL | 295.88º | 0.78% | 0.75% | - |
| HSV(B) | 295.88º | 0.42% | 0.95% | - |
| XYZ | 59.04 | 42.31 | 88.27 | - |
| YUV | 179.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 241 | 0.03 | 0.42 | 0 | 0.05 | 295.88 | 0.78 | 0.75 |
| Hex | EA | 8B | F1 | 3 | 2A | 0 | 5 | 128 | 4E | 4B |
| Octal | 352 | 213 | 361 | 3 | 52 | 0 | 5 | 450 | 116 | 113 |
| Binary | 11101010 | 10001011 | 11110001 | 11 | 101010 | 0 | 101 | 100101000 | 1001110 | 1001011 |
Color Harmonies of #EA8BF1
Complementary color
Monochromatic Colors of #EA8BF1
Black with #EA8BF1
Text Example
Text Example
White with #EA8BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BF1; }
p { color: rgb(234,139,241); }
H1.HeaderClassName
{
color: #EA8BF1;
}
.AnyTagClassName
{
color: #EA8BF1;
}
</style>
background-color css
<style>
a { background-color: #EA8BF1; }
a { background-color: rgb(234,139,241); }
div.DivClassName
{
background-color: #EA8BF1;
}
.BgClassName
{
background-color: #EA8BF1;
}
</style>
border-color css
<style>
span { border-color: #EA8BF1; }
span { border-color: rgb(234,139,241); }
td.TdClassName
{
border-color: #EA8BF1;
}
.TagClassName
{
border-color: #EA8BF1;
}
</style>