Shades of Violet #EE80F2
Tints of Violet #EE80F2
RGB
CMYK
RGB Variations
Color information
#EE80F2 (or 0xEE80F2) is known color: Violet. HEX triplet: EE, 80 and F2. RGB value is (238,128,242). Sum of RGB (Red+Green+Blue) = 238+128+242=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 128 (50.39% from 255 or 21.05% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE80F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80F2 is #117F0D. Grayscale: #ADADAD. Windows color (decimal): -1146638 or 15892718. OLE color: 15892718.
HSL color Cylindrical-coordinate representation of color #EE80F2: hue angle of 297.89º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE80F2 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 128 | 242 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.05 |
| HSL | 297.89º | 0.81% | 0.73% | - |
| HSV(B) | 297.89º | 0.47% | 0.95% | - |
| XYZ | 59.01 | 40.03 | 88.62 | - |
| YUV | 173.89 | 166.44 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 242 | 0.02 | 0.47 | 0 | 0.05 | 297.89 | 0.81 | 0.73 |
| Hex | EE | 80 | F2 | 2 | 2F | 0 | 5 | 12A | 51 | 49 |
| Octal | 356 | 200 | 362 | 2 | 57 | 0 | 5 | 452 | 121 | 111 |
| Binary | 11101110 | 10000000 | 11110010 | 10 | 101111 | 0 | 101 | 100101010 | 1010001 | 1001001 |
Color Harmonies of #EE80F2
Complementary color
Monochromatic Colors of #EE80F2
Black with #EE80F2
Text Example
Text Example
White with #EE80F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80F2; }
p { color: rgb(238,128,242); }
H1.HeaderClassName
{
color: #EE80F2;
}
.AnyTagClassName
{
color: #EE80F2;
}
</style>
background-color css
<style>
a { background-color: #EE80F2; }
a { background-color: rgb(238,128,242); }
div.DivClassName
{
background-color: #EE80F2;
}
.BgClassName
{
background-color: #EE80F2;
}
</style>
border-color css
<style>
span { border-color: #EE80F2; }
span { border-color: rgb(238,128,242); }
td.TdClassName
{
border-color: #EE80F2;
}
.TagClassName
{
border-color: #EE80F2;
}
</style>