Shades of Violet #EA93E8
Tints of Violet #EA93E8
RGB
CMYK
RGB Variations
Color information
#EA93E8 (or 0xEA93E8) is known color: Violet. HEX triplet: EA, 93 and E8. RGB value is (234,147,232). Sum of RGB (Red+Green+Blue) = 234+147+232=613 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.17% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 234 - color contains mainly: red. Hex color #EA93E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA93E8 is #156C17. Grayscale: #B6B6B6. Windows color (decimal): -1403928 or 15242218. OLE color: 15242218.
HSL color Cylindrical-coordinate representation of color #EA93E8: hue angle of 301.38º 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 #EA93E8 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 147 | 232 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.08 |
| HSL | 301.38º | 0.67% | 0.75% | - |
| HSV(B) | 301.38º | 0.37% | 0.92% | - |
| XYZ | 58.93 | 44.19 | 81.77 | - |
| YUV | 182.7 | 155.82 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 147 | 232 | 0 | 0.37 | 0.01 | 0.08 | 301.38 | 0.67 | 0.75 |
| Hex | EA | 93 | E8 | 0 | 25 | 1 | 8 | 12D | 43 | 4B |
| Octal | 352 | 223 | 350 | 0 | 45 | 1 | 10 | 455 | 103 | 113 |
| Binary | 11101010 | 10010011 | 11101000 | 0 | 100101 | 1 | 1000 | 100101101 | 1000011 | 1001011 |
Color Harmonies of #EA93E8
Complementary color
Monochromatic Colors of #EA93E8
Black with #EA93E8
Text Example
Text Example
White with #EA93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA93E8; }
p { color: rgb(234,147,232); }
H1.HeaderClassName
{
color: #EA93E8;
}
.AnyTagClassName
{
color: #EA93E8;
}
</style>
background-color css
<style>
a { background-color: #EA93E8; }
a { background-color: rgb(234,147,232); }
div.DivClassName
{
background-color: #EA93E8;
}
.BgClassName
{
background-color: #EA93E8;
}
</style>
border-color css
<style>
span { border-color: #EA93E8; }
span { border-color: rgb(234,147,232); }
td.TdClassName
{
border-color: #EA93E8;
}
.TagClassName
{
border-color: #EA93E8;
}
</style>