Shades of Violet #EA7BEF
Tints of Violet #EA7BEF
RGB
CMYK
RGB Variations
Color information
#EA7BEF (or 0xEA7BEF) is known color: Violet. HEX triplet: EA, 7B and EF. RGB value is (234,123,239). Sum of RGB (Red+Green+Blue) = 234+123+239=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA7BEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7BEF is #158410. Grayscale: #A9A9A9. Windows color (decimal): -1410065 or 15694826. OLE color: 15694826.
HSL color Cylindrical-coordinate representation of color #EA7BEF: hue angle of 297.41º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7BEF is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 123 | 239 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.06 |
| HSL | 297.41º | 0.78% | 0.71% | - |
| HSV(B) | 297.41º | 0.49% | 0.94% | - |
| XYZ | 56.59 | 37.89 | 85.99 | - |
| YUV | 169.41 | 167.27 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 239 | 0.02 | 0.49 | 0 | 0.06 | 297.41 | 0.78 | 0.71 |
| Hex | EA | 7B | EF | 2 | 31 | 0 | 6 | 129 | 4E | 47 |
| Octal | 352 | 173 | 357 | 2 | 61 | 0 | 6 | 451 | 116 | 107 |
| Binary | 11101010 | 1111011 | 11101111 | 10 | 110001 | 0 | 110 | 100101001 | 1001110 | 1000111 |
Color Harmonies of #EA7BEF
Complementary color
Monochromatic Colors of #EA7BEF
Black with #EA7BEF
Text Example
Text Example
White with #EA7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7BEF; }
p { color: rgb(234,123,239); }
H1.HeaderClassName
{
color: #EA7BEF;
}
.AnyTagClassName
{
color: #EA7BEF;
}
</style>
background-color css
<style>
a { background-color: #EA7BEF; }
a { background-color: rgb(234,123,239); }
div.DivClassName
{
background-color: #EA7BEF;
}
.BgClassName
{
background-color: #EA7BEF;
}
</style>
border-color css
<style>
span { border-color: #EA7BEF; }
span { border-color: rgb(234,123,239); }
td.TdClassName
{
border-color: #EA7BEF;
}
.TagClassName
{
border-color: #EA7BEF;
}
</style>