Shades of Violet #E185E6
Tints of Violet #E185E6
RGB
CMYK
RGB Variations
Color information
#E185E6 (or 0xE185E6) is known color: Violet. HEX triplet: E1, 85 and E6. RGB value is (225,133,230). Sum of RGB (Red+Green+Blue) = 225+133+230=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 133 (52.34% from 255 or 22.62% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #E185E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E185E6 is #1E7A19. Grayscale: #ABABAB. Windows color (decimal): -1997338 or 15107553. OLE color: 15107553.
HSL color Cylindrical-coordinate representation of color #E185E6: hue angle of 296.91º degrees, saturation: 0.66, 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 #E185E6 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 133 | 230 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.10 |
| HSL | 296.91º | 0.66% | 0.71% | - |
| HSV(B) | 296.91º | 0.42% | 0.9% | - |
| XYZ | 53.72 | 38.5 | 79.46 | - |
| YUV | 171.57 | 160.98 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 230 | 0.02 | 0.42 | 0 | 0.10 | 296.91 | 0.66 | 0.71 |
| Hex | E1 | 85 | E6 | 2 | 2A | 0 | A | 129 | 42 | 47 |
| Octal | 341 | 205 | 346 | 2 | 52 | 0 | 12 | 451 | 102 | 107 |
| Binary | 11100001 | 10000101 | 11100110 | 10 | 101010 | 0 | 1010 | 100101001 | 1000010 | 1000111 |
Color Harmonies of #E185E6
Complementary color
Monochromatic Colors of #E185E6
Black with #E185E6
Text Example
Text Example
White with #E185E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185E6; }
p { color: rgb(225,133,230); }
H1.HeaderClassName
{
color: #E185E6;
}
.AnyTagClassName
{
color: #E185E6;
}
</style>
background-color css
<style>
a { background-color: #E185E6; }
a { background-color: rgb(225,133,230); }
div.DivClassName
{
background-color: #E185E6;
}
.BgClassName
{
background-color: #E185E6;
}
</style>
border-color css
<style>
span { border-color: #E185E6; }
span { border-color: rgb(225,133,230); }
td.TdClassName
{
border-color: #E185E6;
}
.TagClassName
{
border-color: #E185E6;
}
</style>