Shades of Violet #EA85E5
Tints of Violet #EA85E5
RGB
CMYK
RGB Variations
Color information
#EA85E5 (or 0xEA85E5) is known color: Violet. HEX triplet: EA, 85 and E5. RGB value is (234,133,229). Sum of RGB (Red+Green+Blue) = 234+133+229=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85E5 is #157A1A. Grayscale: #ADADAD. Windows color (decimal): -1407515 or 15042026. OLE color: 15042026.
HSL color Cylindrical-coordinate representation of color #EA85E5: hue angle of 302.97º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA85E5 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 133 | 229 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.08 |
| HSL | 302.97º | 0.71% | 0.72% | - |
| HSV(B) | 302.97º | 0.43% | 0.92% | - |
| XYZ | 56.46 | 39.92 | 78.86 | - |
| YUV | 174.14 | 158.96 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 229 | 0 | 0.43 | 0.02 | 0.08 | 302.97 | 0.71 | 0.72 |
| Hex | EA | 85 | E5 | 0 | 2B | 2 | 8 | 12F | 47 | 48 |
| Octal | 352 | 205 | 345 | 0 | 53 | 2 | 10 | 457 | 107 | 110 |
| Binary | 11101010 | 10000101 | 11100101 | 0 | 101011 | 10 | 1000 | 100101111 | 1000111 | 1001000 |
Color Harmonies of #EA85E5
Complementary color
Monochromatic Colors of #EA85E5
Black with #EA85E5
Text Example
Text Example
White with #EA85E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85E5; }
p { color: rgb(234,133,229); }
H1.HeaderClassName
{
color: #EA85E5;
}
.AnyTagClassName
{
color: #EA85E5;
}
</style>
background-color css
<style>
a { background-color: #EA85E5; }
a { background-color: rgb(234,133,229); }
div.DivClassName
{
background-color: #EA85E5;
}
.BgClassName
{
background-color: #EA85E5;
}
</style>
border-color css
<style>
span { border-color: #EA85E5; }
span { border-color: rgb(234,133,229); }
td.TdClassName
{
border-color: #EA85E5;
}
.TagClassName
{
border-color: #EA85E5;
}
</style>