Shades of Violet #EA93E7
Tints of Violet #EA93E7
RGB
CMYK
RGB Variations
Color information
#EA93E7 (or 0xEA93E7) is known color: Violet. HEX triplet: EA, 93 and E7. RGB value is (234,147,231). Sum of RGB (Red+Green+Blue) = 234+147+231=612 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.24% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93E7 is #156C18. Grayscale: #B6B6B6. Windows color (decimal): -1403929 or 15176682. OLE color: 15176682.
HSL color Cylindrical-coordinate representation of color #EA93E7: hue angle of 302.07º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EA93E7 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 231 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.08 |
| HSL | 302.07º | 0.67% | 0.75% | - |
| HSV(B) | 302.07º | 0.37% | 0.92% | - |
| XYZ | 58.79 | 44.13 | 81.02 | - |
| YUV | 182.59 | 155.32 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 231 | 0 | 0.37 | 0.01 | 0.08 | 302.07 | 0.67 | 0.75 |
| Hex | EA | 93 | E7 | 0 | 25 | 1 | 8 | 12E | 43 | 4B |
| Octal | 352 | 223 | 347 | 0 | 45 | 1 | 10 | 456 | 103 | 113 |
| Binary | 11101010 | 10010011 | 11100111 | 0 | 100101 | 1 | 1000 | 100101110 | 1000011 | 1001011 |
Color Harmonies of #EA93E7
Complementary color
Monochromatic Colors of #EA93E7
Black with #EA93E7
Text Example
Text Example
White with #EA93E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93E7; }
p { color: rgb(234,147,231); }
H1.HeaderClassName
{
color: #EA93E7;
}
.AnyTagClassName
{
color: #EA93E7;
}
</style>
background-color css
<style>
a { background-color: #EA93E7; }
a { background-color: rgb(234,147,231); }
div.DivClassName
{
background-color: #EA93E7;
}
.BgClassName
{
background-color: #EA93E7;
}
</style>
border-color css
<style>
span { border-color: #EA93E7; }
span { border-color: rgb(234,147,231); }
td.TdClassName
{
border-color: #EA93E7;
}
.TagClassName
{
border-color: #EA93E7;
}
</style>