Shades of Violet #E185E5
Tints of Violet #E185E5
RGB
CMYK
RGB Variations
Color information
#E185E5 (or 0xE185E5) is known color: Violet. HEX triplet: E1, 85 and E5. RGB value is (225,133,229). Sum of RGB (Red+Green+Blue) = 225+133+229=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #E185E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E185E5 is #1E7A1A. Grayscale: #ABABAB. Windows color (decimal): -1997339 or 15042017. OLE color: 15042017.
HSL color Cylindrical-coordinate representation of color #E185E5: hue angle of 297.5º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E185E5 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 133 | 229 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.10 |
| HSL | 297.5º | 0.65% | 0.71% | - |
| HSV(B) | 297.5º | 0.42% | 0.9% | - |
| XYZ | 53.58 | 38.44 | 78.72 | - |
| YUV | 171.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 229 | 0.02 | 0.42 | 0 | 0.10 | 297.5 | 0.65 | 0.71 |
| Hex | E1 | 85 | E5 | 2 | 2A | 0 | A | 12A | 41 | 47 |
| Octal | 341 | 205 | 345 | 2 | 52 | 0 | 12 | 452 | 101 | 107 |
| Binary | 11100001 | 10000101 | 11100101 | 10 | 101010 | 0 | 1010 | 100101010 | 1000001 | 1000111 |
Color Harmonies of #E185E5
Complementary color
Monochromatic Colors of #E185E5
Black with #E185E5
Text Example
Text Example
White with #E185E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185E5; }
p { color: rgb(225,133,229); }
H1.HeaderClassName
{
color: #E185E5;
}
.AnyTagClassName
{
color: #E185E5;
}
</style>
background-color css
<style>
a { background-color: #E185E5; }
a { background-color: rgb(225,133,229); }
div.DivClassName
{
background-color: #E185E5;
}
.BgClassName
{
background-color: #E185E5;
}
</style>
border-color css
<style>
span { border-color: #E185E5; }
span { border-color: rgb(225,133,229); }
td.TdClassName
{
border-color: #E185E5;
}
.TagClassName
{
border-color: #E185E5;
}
</style>