Shades of Violet #EA7DF2
Tints of Violet #EA7DF2
RGB
CMYK
RGB Variations
Color information
#EA7DF2 (or 0xEA7DF2) is known color: Violet. HEX triplet: EA, 7D and F2. RGB value is (234,125,242). Sum of RGB (Red+Green+Blue) = 234+125+242=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA7DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DF2 is #15820D. Grayscale: #AAAAAA. Windows color (decimal): -1409550 or 15891946. OLE color: 15891946.
HSL color Cylindrical-coordinate representation of color #EA7DF2: hue angle of 295.9º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA7DF2 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 125 | 242 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.05 |
| HSL | 295.9º | 0.82% | 0.72% | - |
| HSV(B) | 295.9º | 0.48% | 0.95% | - |
| XYZ | 57.29 | 38.57 | 88.43 | - |
| YUV | 170.93 | 168.11 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 242 | 0.03 | 0.48 | 0 | 0.05 | 295.9 | 0.82 | 0.72 |
| Hex | EA | 7D | F2 | 3 | 30 | 0 | 5 | 128 | 52 | 48 |
| Octal | 352 | 175 | 362 | 3 | 60 | 0 | 5 | 450 | 122 | 110 |
| Binary | 11101010 | 1111101 | 11110010 | 11 | 110000 | 0 | 101 | 100101000 | 1010010 | 1001000 |
Color Harmonies of #EA7DF2
Complementary color
Monochromatic Colors of #EA7DF2
Black with #EA7DF2
Text Example
Text Example
White with #EA7DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DF2; }
p { color: rgb(234,125,242); }
H1.HeaderClassName
{
color: #EA7DF2;
}
.AnyTagClassName
{
color: #EA7DF2;
}
</style>
background-color css
<style>
a { background-color: #EA7DF2; }
a { background-color: rgb(234,125,242); }
div.DivClassName
{
background-color: #EA7DF2;
}
.BgClassName
{
background-color: #EA7DF2;
}
</style>
border-color css
<style>
span { border-color: #EA7DF2; }
span { border-color: rgb(234,125,242); }
td.TdClassName
{
border-color: #EA7DF2;
}
.TagClassName
{
border-color: #EA7DF2;
}
</style>