Shades of Violet #EA7DEE
Tints of Violet #EA7DEE
RGB
CMYK
RGB Variations
Color information
#EA7DEE (or 0xEA7DEE) is known color: Violet. HEX triplet: EA, 7D and EE. RGB value is (234,125,238). Sum of RGB (Red+Green+Blue) = 234+125+238=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA7DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DEE is #158211. Grayscale: #AAAAAA. Windows color (decimal): -1409554 or 15629802. OLE color: 15629802.
HSL color Cylindrical-coordinate representation of color #EA7DEE: hue angle of 297.88º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7DEE is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 125 | 238 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.07 |
| HSL | 297.88º | 0.77% | 0.71% | - |
| HSV(B) | 297.88º | 0.47% | 0.93% | - |
| XYZ | 56.7 | 38.33 | 85.3 | - |
| YUV | 170.47 | 166.11 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 238 | 0.02 | 0.47 | 0 | 0.07 | 297.88 | 0.77 | 0.71 |
| Hex | EA | 7D | EE | 2 | 2F | 0 | 7 | 12A | 4D | 47 |
| Octal | 352 | 175 | 356 | 2 | 57 | 0 | 7 | 452 | 115 | 107 |
| Binary | 11101010 | 1111101 | 11101110 | 10 | 101111 | 0 | 111 | 100101010 | 1001101 | 1000111 |
Color Harmonies of #EA7DEE
Complementary color
Monochromatic Colors of #EA7DEE
Black with #EA7DEE
Text Example
Text Example
White with #EA7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DEE; }
p { color: rgb(234,125,238); }
H1.HeaderClassName
{
color: #EA7DEE;
}
.AnyTagClassName
{
color: #EA7DEE;
}
</style>
background-color css
<style>
a { background-color: #EA7DEE; }
a { background-color: rgb(234,125,238); }
div.DivClassName
{
background-color: #EA7DEE;
}
.BgClassName
{
background-color: #EA7DEE;
}
</style>
border-color css
<style>
span { border-color: #EA7DEE; }
span { border-color: rgb(234,125,238); }
td.TdClassName
{
border-color: #EA7DEE;
}
.TagClassName
{
border-color: #EA7DEE;
}
</style>