Shades of Violet #EA94F6
Tints of Violet #EA94F6
RGB
CMYK
RGB Variations
Color information
#EA94F6 (or 0xEA94F6) is known color: Violet. HEX triplet: EA, 94 and F6. RGB value is (234,148,246). Sum of RGB (Red+Green+Blue) = 234+148+246=628 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.26% from 628); Green value is 148 (58.20% from 255 or 23.57% from 628); Blue value is 246 (96.48% from 255 or 39.17% from 628); Max value from RGB is 246 - color contains mainly: blue. Hex color #EA94F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA94F6 is #156B09. Grayscale: #B8B8B8. Windows color (decimal): -1403658 or 16159978. OLE color: 16159978.
HSL color Cylindrical-coordinate representation of color #EA94F6: hue angle of 292.65º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA94F6 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 234 | 148 | 246 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.04 |
| HSL | 292.65º | 0.84% | 0.77% | - |
| HSV(B) | 292.65º | 0.4% | 0.96% | - |
| XYZ | 61.16 | 45.33 | 92.71 | - |
| YUV | 184.89 | 162.49 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 148 | 246 | 0.05 | 0.40 | 0 | 0.04 | 292.65 | 0.84 | 0.77 |
| Hex | EA | 94 | F6 | 5 | 28 | 0 | 4 | 125 | 54 | 4D |
| Octal | 352 | 224 | 366 | 5 | 50 | 0 | 4 | 445 | 124 | 115 |
| Binary | 11101010 | 10010100 | 11110110 | 101 | 101000 | 0 | 100 | 100100101 | 1010100 | 1001101 |
Color Harmonies of #EA94F6
Complementary color
Monochromatic Colors of #EA94F6
Black with #EA94F6
Text Example
Text Example
White with #EA94F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA94F6; }
p { color: rgb(234,148,246); }
H1.HeaderClassName
{
color: #EA94F6;
}
.AnyTagClassName
{
color: #EA94F6;
}
</style>
background-color css
<style>
a { background-color: #EA94F6; }
a { background-color: rgb(234,148,246); }
div.DivClassName
{
background-color: #EA94F6;
}
.BgClassName
{
background-color: #EA94F6;
}
</style>
border-color css
<style>
span { border-color: #EA94F6; }
span { border-color: rgb(234,148,246); }
td.TdClassName
{
border-color: #EA94F6;
}
.TagClassName
{
border-color: #EA94F6;
}
</style>