Shades of Violet #EA8BEE
Tints of Violet #EA8BEE
RGB
CMYK
RGB Variations
Color information
#EA8BEE (or 0xEA8BEE) is known color: Violet. HEX triplet: EA, 8B and EE. RGB value is (234,139,238). Sum of RGB (Red+Green+Blue) = 234+139+238=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 139 (54.69% from 255 or 22.75% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA8BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA8BEE is #157411. Grayscale: #B2B2B2. Windows color (decimal): -1405970 or 15633386. OLE color: 15633386.
HSL color Cylindrical-coordinate representation of color #EA8BEE: hue angle of 297.58º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA8BEE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 139 | 238 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.07 |
| HSL | 297.58º | 0.74% | 0.74% | - |
| HSV(B) | 297.58º | 0.42% | 0.93% | - |
| XYZ | 58.6 | 42.13 | 85.93 | - |
| YUV | 178.69 | 161.47 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 139 | 238 | 0.02 | 0.42 | 0 | 0.07 | 297.58 | 0.74 | 0.74 |
| Hex | EA | 8B | EE | 2 | 2A | 0 | 7 | 12A | 4A | 4A |
| Octal | 352 | 213 | 356 | 2 | 52 | 0 | 7 | 452 | 112 | 112 |
| Binary | 11101010 | 10001011 | 11101110 | 10 | 101010 | 0 | 111 | 100101010 | 1001010 | 1001010 |
Color Harmonies of #EA8BEE
Complementary color
Monochromatic Colors of #EA8BEE
Black with #EA8BEE
Text Example
Text Example
White with #EA8BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8BEE; }
p { color: rgb(234,139,238); }
H1.HeaderClassName
{
color: #EA8BEE;
}
.AnyTagClassName
{
color: #EA8BEE;
}
</style>
background-color css
<style>
a { background-color: #EA8BEE; }
a { background-color: rgb(234,139,238); }
div.DivClassName
{
background-color: #EA8BEE;
}
.BgClassName
{
background-color: #EA8BEE;
}
</style>
border-color css
<style>
span { border-color: #EA8BEE; }
span { border-color: rgb(234,139,238); }
td.TdClassName
{
border-color: #EA8BEE;
}
.TagClassName
{
border-color: #EA8BEE;
}
</style>