Shades of Violet #EA77E3
Tints of Violet #EA77E3
RGB
CMYK
RGB Variations
Color information
#EA77E3 (or 0xEA77E3) is known color: Violet. HEX triplet: EA, 77 and E3. RGB value is (234,119,227). Sum of RGB (Red+Green+Blue) = 234+119+227=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 119 (46.88% from 255 or 20.52% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EA77E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA77E3 is #15881C. Grayscale: #A5A5A5. Windows color (decimal): -1411101 or 14907370. OLE color: 14907370.
HSL color Cylindrical-coordinate representation of color #EA77E3: hue angle of 303.65º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA77E3 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 227 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.08 |
| HSL | 303.65º | 0.73% | 0.69% | - |
| HSV(B) | 303.65º | 0.49% | 0.92% | - |
| XYZ | 54.39 | 36.23 | 76.8 | - |
| YUV | 165.7 | 162.6 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 227 | 0 | 0.49 | 0.03 | 0.08 | 303.65 | 0.73 | 0.69 |
| Hex | EA | 77 | E3 | 0 | 31 | 3 | 8 | 130 | 49 | 45 |
| Octal | 352 | 167 | 343 | 0 | 61 | 3 | 10 | 460 | 111 | 105 |
| Binary | 11101010 | 1110111 | 11100011 | 0 | 110001 | 11 | 1000 | 100110000 | 1001001 | 1000101 |
Color Harmonies of #EA77E3
Complementary color
Monochromatic Colors of #EA77E3
Black with #EA77E3
Text Example
Text Example
White with #EA77E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA77E3; }
p { color: rgb(234,119,227); }
H1.HeaderClassName
{
color: #EA77E3;
}
.AnyTagClassName
{
color: #EA77E3;
}
</style>
background-color css
<style>
a { background-color: #EA77E3; }
a { background-color: rgb(234,119,227); }
div.DivClassName
{
background-color: #EA77E3;
}
.BgClassName
{
background-color: #EA77E3;
}
</style>
border-color css
<style>
span { border-color: #EA77E3; }
span { border-color: rgb(234,119,227); }
td.TdClassName
{
border-color: #EA77E3;
}
.TagClassName
{
border-color: #EA77E3;
}
</style>