Shades of Violet #EA8BE3
Tints of Violet #EA8BE3
RGB
CMYK
RGB Variations
Color information
#EA8BE3 (or 0xEA8BE3) is known color: Violet. HEX triplet: EA, 8B and E3. RGB value is (234,139,227). Sum of RGB (Red+Green+Blue) = 234+139+227=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 139 (54.69% from 255 or 23.17% from 600); Blue value is 227 (89.06% from 255 or 37.83% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BE3 is #15741C. Grayscale: #B1B1B1. Windows color (decimal): -1405981 or 14912490. OLE color: 14912490.
HSL color Cylindrical-coordinate representation of color #EA8BE3: hue angle of 304.42º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BE3 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 227 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.08 |
| HSL | 304.42º | 0.69% | 0.73% | - |
| HSV(B) | 304.42º | 0.41% | 0.92% | - |
| XYZ | 57.03 | 41.5 | 77.68 | - |
| YUV | 177.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 227 | 0 | 0.41 | 0.03 | 0.08 | 304.42 | 0.69 | 0.73 |
| Hex | EA | 8B | E3 | 0 | 29 | 3 | 8 | 130 | 45 | 49 |
| Octal | 352 | 213 | 343 | 0 | 51 | 3 | 10 | 460 | 105 | 111 |
| Binary | 11101010 | 10001011 | 11100011 | 0 | 101001 | 11 | 1000 | 100110000 | 1000101 | 1001001 |
Color Harmonies of #EA8BE3
Complementary color
Monochromatic Colors of #EA8BE3
Black with #EA8BE3
Text Example
Text Example
White with #EA8BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BE3; }
p { color: rgb(234,139,227); }
H1.HeaderClassName
{
color: #EA8BE3;
}
.AnyTagClassName
{
color: #EA8BE3;
}
</style>
background-color css
<style>
a { background-color: #EA8BE3; }
a { background-color: rgb(234,139,227); }
div.DivClassName
{
background-color: #EA8BE3;
}
.BgClassName
{
background-color: #EA8BE3;
}
</style>
border-color css
<style>
span { border-color: #EA8BE3; }
span { border-color: rgb(234,139,227); }
td.TdClassName
{
border-color: #EA8BE3;
}
.TagClassName
{
border-color: #EA8BE3;
}
</style>