Shades of Violet #EE81E6
Tints of Violet #EE81E6
RGB
CMYK
RGB Variations
Color information
#EE81E6 (or 0xEE81E6) is known color: Violet. HEX triplet: EE, 81 and E6. RGB value is (238,129,230). Sum of RGB (Red+Green+Blue) = 238+129+230=597 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.87% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 238 - color contains mainly: red. Hex color #EE81E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81E6 is #117E19. Grayscale: #ACACAC. Windows color (decimal): -1146394 or 15106542. OLE color: 15106542.
HSL color Cylindrical-coordinate representation of color #EE81E6: hue angle of 304.4º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE81E6 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 129 | 230 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.07 |
| HSL | 304.4º | 0.76% | 0.72% | - |
| HSV(B) | 304.4º | 0.46% | 0.93% | - |
| XYZ | 57.39 | 39.59 | 79.48 | - |
| YUV | 173.11 | 160.11 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 129 | 230 | 0 | 0.46 | 0.03 | 0.07 | 304.4 | 0.76 | 0.72 |
| Hex | EE | 81 | E6 | 0 | 2E | 3 | 7 | 130 | 4C | 48 |
| Octal | 356 | 201 | 346 | 0 | 56 | 3 | 7 | 460 | 114 | 110 |
| Binary | 11101110 | 10000001 | 11100110 | 0 | 101110 | 11 | 111 | 100110000 | 1001100 | 1001000 |
Color Harmonies of #EE81E6
Complementary color
Monochromatic Colors of #EE81E6
Black with #EE81E6
Text Example
Text Example
White with #EE81E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE81E6; }
p { color: rgb(238,129,230); }
H1.HeaderClassName
{
color: #EE81E6;
}
.AnyTagClassName
{
color: #EE81E6;
}
</style>
background-color css
<style>
a { background-color: #EE81E6; }
a { background-color: rgb(238,129,230); }
div.DivClassName
{
background-color: #EE81E6;
}
.BgClassName
{
background-color: #EE81E6;
}
</style>
border-color css
<style>
span { border-color: #EE81E6; }
span { border-color: rgb(238,129,230); }
td.TdClassName
{
border-color: #EE81E6;
}
.TagClassName
{
border-color: #EE81E6;
}
</style>