Shades of Violet #EE80E6
Tints of Violet #EE80E6
RGB
CMYK
RGB Variations
Color information
#EE80E6 (or 0xEE80E6) is known color: Violet. HEX triplet: EE, 80 and E6. RGB value is (238,128,230). Sum of RGB (Red+Green+Blue) = 238+128+230=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80E6 is #117F19. Grayscale: #ACACAC. Windows color (decimal): -1146650 or 15106286. OLE color: 15106286.
HSL color Cylindrical-coordinate representation of color #EE80E6: hue angle of 304.36º 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 #EE80E6 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 230 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.07 |
| HSL | 304.36º | 0.76% | 0.72% | - |
| HSV(B) | 304.36º | 0.46% | 0.93% | - |
| XYZ | 57.26 | 39.33 | 79.44 | - |
| YUV | 172.52 | 160.44 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 230 | 0 | 0.46 | 0.03 | 0.07 | 304.36 | 0.76 | 0.72 |
| Hex | EE | 80 | E6 | 0 | 2E | 3 | 7 | 130 | 4C | 48 |
| Octal | 356 | 200 | 346 | 0 | 56 | 3 | 7 | 460 | 114 | 110 |
| Binary | 11101110 | 10000000 | 11100110 | 0 | 101110 | 11 | 111 | 100110000 | 1001100 | 1001000 |
Color Harmonies of #EE80E6
Complementary color
Monochromatic Colors of #EE80E6
Black with #EE80E6
Text Example
Text Example
White with #EE80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80E6; }
p { color: rgb(238,128,230); }
H1.HeaderClassName
{
color: #EE80E6;
}
.AnyTagClassName
{
color: #EE80E6;
}
</style>
background-color css
<style>
a { background-color: #EE80E6; }
a { background-color: rgb(238,128,230); }
div.DivClassName
{
background-color: #EE80E6;
}
.BgClassName
{
background-color: #EE80E6;
}
</style>
border-color css
<style>
span { border-color: #EE80E6; }
span { border-color: rgb(238,128,230); }
td.TdClassName
{
border-color: #EE80E6;
}
.TagClassName
{
border-color: #EE80E6;
}
</style>