Shades of Violet #EA8BE2
Tints of Violet #EA8BE2
RGB
CMYK
RGB Variations
Color information
#EA8BE2 (or 0xEA8BE2) is known color: Violet. HEX triplet: EA, 8B and E2. RGB value is (234,139,226). Sum of RGB (Red+Green+Blue) = 234+139+226=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BE2 is #15741D. Grayscale: #B1B1B1. Windows color (decimal): -1405982 or 14846954. OLE color: 14846954.
HSL color Cylindrical-coordinate representation of color #EA8BE2: hue angle of 305.05º 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 #EA8BE2 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 139 | 226 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.08 |
| HSL | 305.05º | 0.69% | 0.73% | - |
| HSV(B) | 305.05º | 0.41% | 0.92% | - |
| XYZ | 56.89 | 41.45 | 76.95 | - |
| YUV | 177.32 | 155.47 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 226 | 0 | 0.41 | 0.03 | 0.08 | 305.05 | 0.69 | 0.73 |
| Hex | EA | 8B | E2 | 0 | 29 | 3 | 8 | 131 | 45 | 49 |
| Octal | 352 | 213 | 342 | 0 | 51 | 3 | 10 | 461 | 105 | 111 |
| Binary | 11101010 | 10001011 | 11100010 | 0 | 101001 | 11 | 1000 | 100110001 | 1000101 | 1001001 |
Color Harmonies of #EA8BE2
Complementary color
Monochromatic Colors of #EA8BE2
Black with #EA8BE2
Text Example
Text Example
White with #EA8BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BE2; }
p { color: rgb(234,139,226); }
H1.HeaderClassName
{
color: #EA8BE2;
}
.AnyTagClassName
{
color: #EA8BE2;
}
</style>
background-color css
<style>
a { background-color: #EA8BE2; }
a { background-color: rgb(234,139,226); }
div.DivClassName
{
background-color: #EA8BE2;
}
.BgClassName
{
background-color: #EA8BE2;
}
</style>
border-color css
<style>
span { border-color: #EA8BE2; }
span { border-color: rgb(234,139,226); }
td.TdClassName
{
border-color: #EA8BE2;
}
.TagClassName
{
border-color: #EA8BE2;
}
</style>