Shades of Violet #EA7BEE
Tints of Violet #EA7BEE
RGB
CMYK
RGB Variations
Color information
#EA7BEE (or 0xEA7BEE) is known color: Violet. HEX triplet: EA, 7B and EE. RGB value is (234,123,238). Sum of RGB (Red+Green+Blue) = 234+123+238=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA7BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7BEE is #158411. Grayscale: #A8A8A8. Windows color (decimal): -1410066 or 15629290. OLE color: 15629290.
HSL color Cylindrical-coordinate representation of color #EA7BEE: hue angle of 297.91º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7BEE is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 123 | 238 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.07 |
| HSL | 297.91º | 0.77% | 0.71% | - |
| HSV(B) | 297.91º | 0.48% | 0.93% | - |
| XYZ | 56.45 | 37.83 | 85.22 | - |
| YUV | 169.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 238 | 0.02 | 0.48 | 0 | 0.07 | 297.91 | 0.77 | 0.71 |
| Hex | EA | 7B | EE | 2 | 30 | 0 | 7 | 12A | 4D | 47 |
| Octal | 352 | 173 | 356 | 2 | 60 | 0 | 7 | 452 | 115 | 107 |
| Binary | 11101010 | 1111011 | 11101110 | 10 | 110000 | 0 | 111 | 100101010 | 1001101 | 1000111 |
Color Harmonies of #EA7BEE
Complementary color
Monochromatic Colors of #EA7BEE
Black with #EA7BEE
Text Example
Text Example
White with #EA7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7BEE; }
p { color: rgb(234,123,238); }
H1.HeaderClassName
{
color: #EA7BEE;
}
.AnyTagClassName
{
color: #EA7BEE;
}
</style>
background-color css
<style>
a { background-color: #EA7BEE; }
a { background-color: rgb(234,123,238); }
div.DivClassName
{
background-color: #EA7BEE;
}
.BgClassName
{
background-color: #EA7BEE;
}
</style>
border-color css
<style>
span { border-color: #EA7BEE; }
span { border-color: rgb(234,123,238); }
td.TdClassName
{
border-color: #EA7BEE;
}
.TagClassName
{
border-color: #EA7BEE;
}
</style>