Shades of Violet #EA91E2
Tints of Violet #EA91E2
RGB
CMYK
RGB Variations
Color information
#EA91E2 (or 0xEA91E2) is known color: Violet. HEX triplet: EA, 91 and E2. RGB value is (234,145,226). Sum of RGB (Red+Green+Blue) = 234+145+226=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 145 (57.03% from 255 or 23.97% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EA91E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA91E2 is #156E1D. Grayscale: #B4B4B4. Windows color (decimal): -1404446 or 14848490. OLE color: 14848490.
HSL color Cylindrical-coordinate representation of color #EA91E2: hue angle of 305.39º 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 #EA91E2 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 145 | 226 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.08 |
| HSL | 305.39º | 0.68% | 0.74% | - |
| HSV(B) | 305.39º | 0.38% | 0.92% | - |
| XYZ | 57.78 | 43.23 | 77.25 | - |
| YUV | 180.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 145 | 226 | 0 | 0.38 | 0.03 | 0.08 | 305.39 | 0.68 | 0.74 |
| Hex | EA | 91 | E2 | 0 | 26 | 3 | 8 | 131 | 44 | 4A |
| Octal | 352 | 221 | 342 | 0 | 46 | 3 | 10 | 461 | 104 | 112 |
| Binary | 11101010 | 10010001 | 11100010 | 0 | 100110 | 11 | 1000 | 100110001 | 1000100 | 1001010 |
Color Harmonies of #EA91E2
Complementary color
Monochromatic Colors of #EA91E2
Black with #EA91E2
Text Example
Text Example
White with #EA91E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA91E2; }
p { color: rgb(234,145,226); }
H1.HeaderClassName
{
color: #EA91E2;
}
.AnyTagClassName
{
color: #EA91E2;
}
</style>
background-color css
<style>
a { background-color: #EA91E2; }
a { background-color: rgb(234,145,226); }
div.DivClassName
{
background-color: #EA91E2;
}
.BgClassName
{
background-color: #EA91E2;
}
</style>
border-color css
<style>
span { border-color: #EA91E2; }
span { border-color: rgb(234,145,226); }
td.TdClassName
{
border-color: #EA91E2;
}
.TagClassName
{
border-color: #EA91E2;
}
</style>