Shades of Violet #EA91E4
Tints of Violet #EA91E4
RGB
CMYK
RGB Variations
Color information
#EA91E4 (or 0xEA91E4) is known color: Violet. HEX triplet: EA, 91 and E4. RGB value is (234,145,228). Sum of RGB (Red+Green+Blue) = 234+145+228=607 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.55% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 228 (89.45% from 255 or 37.56% from 607); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91E4 is #156E1B. Grayscale: #B4B4B4. Windows color (decimal): -1404444 or 14979562. OLE color: 14979562.
HSL color Cylindrical-coordinate representation of color #EA91E4: hue angle of 304.04º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EA91E4 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 228 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.08 |
| HSL | 304.05º | 0.68% | 0.74% | - |
| HSV(B) | 304.05º | 0.38% | 0.92% | - |
| XYZ | 58.06 | 43.34 | 78.71 | - |
| YUV | 181.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 228 | 0 | 0.38 | 0.03 | 0.08 | 304.05 | 0.68 | 0.74 |
| Hex | EA | 91 | E4 | 0 | 26 | 3 | 8 | 130 | 44 | 4A |
| Octal | 352 | 221 | 344 | 0 | 46 | 3 | 10 | 460 | 104 | 112 |
| Binary | 11101010 | 10010001 | 11100100 | 0 | 100110 | 11 | 1000 | 100110000 | 1000100 | 1001010 |
Color Harmonies of #EA91E4
Complementary color
Monochromatic Colors of #EA91E4
Black with #EA91E4
Text Example
Text Example
White with #EA91E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA91E4; }
p { color: rgb(234,145,228); }
H1.HeaderClassName
{
color: #EA91E4;
}
.AnyTagClassName
{
color: #EA91E4;
}
</style>
background-color css
<style>
a { background-color: #EA91E4; }
a { background-color: rgb(234,145,228); }
div.DivClassName
{
background-color: #EA91E4;
}
.BgClassName
{
background-color: #EA91E4;
}
</style>
border-color css
<style>
span { border-color: #EA91E4; }
span { border-color: rgb(234,145,228); }
td.TdClassName
{
border-color: #EA91E4;
}
.TagClassName
{
border-color: #EA91E4;
}
</style>