Shades of Violet #EA6CF2
Tints of Violet #EA6CF2
RGB
CMYK
RGB Variations
Color information
#EA6CF2 (or 0xEA6CF2) is known color: Violet. HEX triplet: EA, 6C and F2. RGB value is (234,108,242). Sum of RGB (Red+Green+Blue) = 234+108+242=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 108 (42.58% from 255 or 18.49% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA6CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6CF2 is #15930D. Grayscale: #A0A0A0. Windows color (decimal): -1413902 or 15887594. OLE color: 15887594.
HSL color Cylindrical-coordinate representation of color #EA6CF2: hue angle of 296.42º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EA6CF2 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 108 | 242 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.05 |
| HSL | 296.42º | 0.84% | 0.69% | - |
| HSV(B) | 296.42º | 0.55% | 0.95% | - |
| XYZ | 55.32 | 34.63 | 87.77 | - |
| YUV | 160.95 | 173.74 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 242 | 0.03 | 0.55 | 0 | 0.05 | 296.42 | 0.84 | 0.69 |
| Hex | EA | 6C | F2 | 3 | 37 | 0 | 5 | 128 | 54 | 45 |
| Octal | 352 | 154 | 362 | 3 | 67 | 0 | 5 | 450 | 124 | 105 |
| Binary | 11101010 | 1101100 | 11110010 | 11 | 110111 | 0 | 101 | 100101000 | 1010100 | 1000101 |
Color Harmonies of #EA6CF2
Complementary color
Monochromatic Colors of #EA6CF2
Black with #EA6CF2
Text Example
Text Example
White with #EA6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6CF2; }
p { color: rgb(234,108,242); }
H1.HeaderClassName
{
color: #EA6CF2;
}
.AnyTagClassName
{
color: #EA6CF2;
}
</style>
background-color css
<style>
a { background-color: #EA6CF2; }
a { background-color: rgb(234,108,242); }
div.DivClassName
{
background-color: #EA6CF2;
}
.BgClassName
{
background-color: #EA6CF2;
}
</style>
border-color css
<style>
span { border-color: #EA6CF2; }
span { border-color: rgb(234,108,242); }
td.TdClassName
{
border-color: #EA6CF2;
}
.TagClassName
{
border-color: #EA6CF2;
}
</style>