Shades of Violet #EA7FE5
Tints of Violet #EA7FE5
RGB
CMYK
RGB Variations
Color information
#EA7FE5 (or 0xEA7FE5) is known color: Violet. HEX triplet: EA, 7F and E5. RGB value is (234,127,229). Sum of RGB (Red+Green+Blue) = 234+127+229=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7FE5 is #15801A. Grayscale: #AAAAAA. Windows color (decimal): -1409051 or 15040490. OLE color: 15040490.
HSL color Cylindrical-coordinate representation of color #EA7FE5: hue angle of 302.8º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7FE5 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 127 | 229 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.08 |
| HSL | 302.8º | 0.72% | 0.71% | - |
| HSV(B) | 302.8º | 0.46% | 0.92% | - |
| XYZ | 55.66 | 38.33 | 78.59 | - |
| YUV | 170.62 | 160.95 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 229 | 0 | 0.46 | 0.02 | 0.08 | 302.8 | 0.72 | 0.71 |
| Hex | EA | 7F | E5 | 0 | 2E | 2 | 8 | 12F | 48 | 47 |
| Octal | 352 | 177 | 345 | 0 | 56 | 2 | 10 | 457 | 110 | 107 |
| Binary | 11101010 | 1111111 | 11100101 | 0 | 101110 | 10 | 1000 | 100101111 | 1001000 | 1000111 |
Color Harmonies of #EA7FE5
Complementary color
Monochromatic Colors of #EA7FE5
Black with #EA7FE5
Text Example
Text Example
White with #EA7FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FE5; }
p { color: rgb(234,127,229); }
H1.HeaderClassName
{
color: #EA7FE5;
}
.AnyTagClassName
{
color: #EA7FE5;
}
</style>
background-color css
<style>
a { background-color: #EA7FE5; }
a { background-color: rgb(234,127,229); }
div.DivClassName
{
background-color: #EA7FE5;
}
.BgClassName
{
background-color: #EA7FE5;
}
</style>
border-color css
<style>
span { border-color: #EA7FE5; }
span { border-color: rgb(234,127,229); }
td.TdClassName
{
border-color: #EA7FE5;
}
.TagClassName
{
border-color: #EA7FE5;
}
</style>