Shades of Violet #EA80F3
Tints of Violet #EA80F3
RGB
CMYK
RGB Variations
Color information
#EA80F3 (or 0xEA80F3) is known color: Violet. HEX triplet: EA, 80 and F3. RGB value is (234,128,243). Sum of RGB (Red+Green+Blue) = 234+128+243=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 243 (95.31% from 255 or 40.17% from 605); Max value from RGB is 243 - color contains mainly: blue. Hex color #EA80F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA80F3 is #157F0C. Grayscale: #ACACAC. Windows color (decimal): -1408781 or 15958250. OLE color: 15958250.
HSL color Cylindrical-coordinate representation of color #EA80F3: hue angle of 295.3º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA80F3 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 128 | 243 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.05 |
| HSL | 295.3º | 0.83% | 0.73% | - |
| HSV(B) | 295.3º | 0.47% | 0.95% | - |
| XYZ | 57.83 | 39.4 | 89.35 | - |
| YUV | 172.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 243 | 0.04 | 0.47 | 0 | 0.05 | 295.3 | 0.83 | 0.73 |
| Hex | EA | 80 | F3 | 4 | 2F | 0 | 5 | 127 | 53 | 49 |
| Octal | 352 | 200 | 363 | 4 | 57 | 0 | 5 | 447 | 123 | 111 |
| Binary | 11101010 | 10000000 | 11110011 | 100 | 101111 | 0 | 101 | 100100111 | 1010011 | 1001001 |
Color Harmonies of #EA80F3
Complementary color
Monochromatic Colors of #EA80F3
Black with #EA80F3
Text Example
Text Example
White with #EA80F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA80F3; }
p { color: rgb(234,128,243); }
H1.HeaderClassName
{
color: #EA80F3;
}
.AnyTagClassName
{
color: #EA80F3;
}
</style>
background-color css
<style>
a { background-color: #EA80F3; }
a { background-color: rgb(234,128,243); }
div.DivClassName
{
background-color: #EA80F3;
}
.BgClassName
{
background-color: #EA80F3;
}
</style>
border-color css
<style>
span { border-color: #EA80F3; }
span { border-color: rgb(234,128,243); }
td.TdClassName
{
border-color: #EA80F3;
}
.TagClassName
{
border-color: #EA80F3;
}
</style>