Shades of Violet #EE80F3
Tints of Violet #EE80F3
RGB
CMYK
RGB Variations
Color information
#EE80F3 (or 0xEE80F3) is known color: Violet. HEX triplet: EE, 80 and F3. RGB value is (238,128,243). Sum of RGB (Red+Green+Blue) = 238+128+243=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 128 (50.39% from 255 or 21.02% from 609); Blue value is 243 (95.31% from 255 or 39.90% from 609); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE80F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80F3 is #117F0C. Grayscale: #ADADAD. Windows color (decimal): -1146637 or 15958254. OLE color: 15958254.
HSL color Cylindrical-coordinate representation of color #EE80F3: hue angle of 297.39º degrees, saturation: 0.83, 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 #EE80F3 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 128 | 243 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.05 |
| HSL | 297.39º | 0.83% | 0.73% | - |
| HSV(B) | 297.39º | 0.47% | 0.95% | - |
| XYZ | 59.16 | 40.09 | 89.41 | - |
| YUV | 174 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 243 | 0.02 | 0.47 | 0 | 0.05 | 297.39 | 0.83 | 0.73 |
| Hex | EE | 80 | F3 | 2 | 2F | 0 | 5 | 129 | 53 | 49 |
| Octal | 356 | 200 | 363 | 2 | 57 | 0 | 5 | 451 | 123 | 111 |
| Binary | 11101110 | 10000000 | 11110011 | 10 | 101111 | 0 | 101 | 100101001 | 1010011 | 1001001 |
Color Harmonies of #EE80F3
Complementary color
Monochromatic Colors of #EE80F3
Black with #EE80F3
Text Example
Text Example
White with #EE80F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE80F3; }
p { color: rgb(238,128,243); }
H1.HeaderClassName
{
color: #EE80F3;
}
.AnyTagClassName
{
color: #EE80F3;
}
</style>
background-color css
<style>
a { background-color: #EE80F3; }
a { background-color: rgb(238,128,243); }
div.DivClassName
{
background-color: #EE80F3;
}
.BgClassName
{
background-color: #EE80F3;
}
</style>
border-color css
<style>
span { border-color: #EE80F3; }
span { border-color: rgb(238,128,243); }
td.TdClassName
{
border-color: #EE80F3;
}
.TagClassName
{
border-color: #EE80F3;
}
</style>