Shades of Violet #E985EA
Tints of Violet #E985EA
RGB
CMYK
RGB Variations
Color information
#E985EA (or 0xE985EA) is known color: Violet. HEX triplet: E9, 85 and EA. RGB value is (233,133,234). Sum of RGB (Red+Green+Blue) = 233+133+234=600 (79% of max value = 765). Red value is 233 (91.41% from 255 or 38.83% from 600); Green value is 133 (52.34% from 255 or 22.17% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #E985EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E985EA is #167A15. Grayscale: #AEAEAE. Windows color (decimal): -1473046 or 15369705. OLE color: 15369705.
HSL color Cylindrical-coordinate representation of color #E985EA: hue angle of 299.41º 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 #E985EA is Cyan = 0.00, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 133 | 234 | - |
| CMYK | 0.00 | 0.43 | 0 | 0.08 |
| HSL | 299.41º | 0.71% | 0.72% | - |
| HSV(B) | 299.41º | 0.43% | 0.92% | - |
| XYZ | 56.84 | 40.04 | 82.57 | - |
| YUV | 174.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 234 | 0.00 | 0.43 | 0 | 0.08 | 299.41 | 0.71 | 0.72 |
| Hex | E9 | 85 | EA | 0 | 2B | 0 | 8 | 12B | 47 | 48 |
| Octal | 351 | 205 | 352 | 0 | 53 | 0 | 10 | 453 | 107 | 110 |
| Binary | 11101001 | 10000101 | 11101010 | 0 | 101011 | 0 | 1000 | 100101011 | 1000111 | 1001000 |
Color Harmonies of #E985EA
Complementary color
Monochromatic Colors of #E985EA
Black with #E985EA
Text Example
Text Example
White with #E985EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985EA; }
p { color: rgb(233,133,234); }
H1.HeaderClassName
{
color: #E985EA;
}
.AnyTagClassName
{
color: #E985EA;
}
</style>
background-color css
<style>
a { background-color: #E985EA; }
a { background-color: rgb(233,133,234); }
div.DivClassName
{
background-color: #E985EA;
}
.BgClassName
{
background-color: #E985EA;
}
</style>
border-color css
<style>
span { border-color: #E985EA; }
span { border-color: rgb(233,133,234); }
td.TdClassName
{
border-color: #E985EA;
}
.TagClassName
{
border-color: #E985EA;
}
</style>