Shades of Violet #EA7CF2
Tints of Violet #EA7CF2
RGB
CMYK
RGB Variations
Color information
#EA7CF2 (or 0xEA7CF2) is known color: Violet. HEX triplet: EA, 7C and F2. RGB value is (234,124,242). Sum of RGB (Red+Green+Blue) = 234+124+242=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA7CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7CF2 is #15830D. Grayscale: #A9A9A9. Windows color (decimal): -1409806 or 15891690. OLE color: 15891690.
HSL color Cylindrical-coordinate representation of color #EA7CF2: hue angle of 295.93º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA7CF2 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 124 | 242 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.05 |
| HSL | 295.93º | 0.82% | 0.72% | - |
| HSV(B) | 295.93º | 0.49% | 0.95% | - |
| XYZ | 57.17 | 38.32 | 88.39 | - |
| YUV | 170.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 124 | 242 | 0.03 | 0.49 | 0 | 0.05 | 295.93 | 0.82 | 0.72 |
| Hex | EA | 7C | F2 | 3 | 31 | 0 | 5 | 128 | 52 | 48 |
| Octal | 352 | 174 | 362 | 3 | 61 | 0 | 5 | 450 | 122 | 110 |
| Binary | 11101010 | 1111100 | 11110010 | 11 | 110001 | 0 | 101 | 100101000 | 1010010 | 1001000 |
Color Harmonies of #EA7CF2
Complementary color
Monochromatic Colors of #EA7CF2
Black with #EA7CF2
Text Example
Text Example
White with #EA7CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7CF2; }
p { color: rgb(234,124,242); }
H1.HeaderClassName
{
color: #EA7CF2;
}
.AnyTagClassName
{
color: #EA7CF2;
}
</style>
background-color css
<style>
a { background-color: #EA7CF2; }
a { background-color: rgb(234,124,242); }
div.DivClassName
{
background-color: #EA7CF2;
}
.BgClassName
{
background-color: #EA7CF2;
}
</style>
border-color css
<style>
span { border-color: #EA7CF2; }
span { border-color: rgb(234,124,242); }
td.TdClassName
{
border-color: #EA7CF2;
}
.TagClassName
{
border-color: #EA7CF2;
}
</style>