Shades of Violet #EA7FF2
Tints of Violet #EA7FF2
RGB
CMYK
RGB Variations
Color information
#EA7FF2 (or 0xEA7FF2) is known color: Violet. HEX triplet: EA, 7F and F2. RGB value is (234,127,242). Sum of RGB (Red+Green+Blue) = 234+127+242=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 127 (50% from 255 or 21.06% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #EA7FF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7FF2 is #15800D. Grayscale: #ABABAB. Windows color (decimal): -1409038 or 15892458. OLE color: 15892458.
HSL color Cylindrical-coordinate representation of color #EA7FF2: hue angle of 295.83º 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 #EA7FF2 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 127 | 242 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.05 |
| HSL | 295.83º | 0.82% | 0.72% | - |
| HSV(B) | 295.83º | 0.48% | 0.95% | - |
| XYZ | 57.55 | 39.08 | 88.51 | - |
| YUV | 172.1 | 167.45 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 242 | 0.03 | 0.48 | 0 | 0.05 | 295.83 | 0.82 | 0.72 |
| Hex | EA | 7F | F2 | 3 | 30 | 0 | 5 | 128 | 52 | 48 |
| Octal | 352 | 177 | 362 | 3 | 60 | 0 | 5 | 450 | 122 | 110 |
| Binary | 11101010 | 1111111 | 11110010 | 11 | 110000 | 0 | 101 | 100101000 | 1010010 | 1001000 |
Color Harmonies of #EA7FF2
Complementary color
Monochromatic Colors of #EA7FF2
Black with #EA7FF2
Text Example
Text Example
White with #EA7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FF2; }
p { color: rgb(234,127,242); }
H1.HeaderClassName
{
color: #EA7FF2;
}
.AnyTagClassName
{
color: #EA7FF2;
}
</style>
background-color css
<style>
a { background-color: #EA7FF2; }
a { background-color: rgb(234,127,242); }
div.DivClassName
{
background-color: #EA7FF2;
}
.BgClassName
{
background-color: #EA7FF2;
}
</style>
border-color css
<style>
span { border-color: #EA7FF2; }
span { border-color: rgb(234,127,242); }
td.TdClassName
{
border-color: #EA7FF2;
}
.TagClassName
{
border-color: #EA7FF2;
}
</style>