Shades of Violet #EE8AFC
Tints of Violet #EE8AFC
RGB
CMYK
RGB Variations
Color information
#EE8AFC (or 0xEE8AFC) is known color: Violet. HEX triplet: EE, 8A and FC. RGB value is (238,138,252). Sum of RGB (Red+Green+Blue) = 238+138+252=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 138 (54.30% from 255 or 21.97% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE8AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AFC is #117503. Grayscale: #B4B4B4. Windows color (decimal): -1144068 or 16550638. OLE color: 16550638.
HSL color Cylindrical-coordinate representation of color #EE8AFC: hue angle of 292.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8AFC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 138 | 252 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.01 |
| HSL | 292.63º | 0.95% | 0.76% | - |
| HSV(B) | 292.63º | 0.45% | 0.99% | - |
| XYZ | 61.92 | 43.38 | 97.21 | - |
| YUV | 180.9 | 168.13 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 252 | 0.06 | 0.45 | 0 | 0.01 | 292.63 | 0.95 | 0.76 |
| Hex | EE | 8A | FC | 6 | 2D | 0 | 1 | 125 | 5F | 4C |
| Octal | 356 | 212 | 374 | 6 | 55 | 0 | 1 | 445 | 137 | 114 |
| Binary | 11101110 | 10001010 | 11111100 | 110 | 101101 | 0 | 1 | 100100101 | 1011111 | 1001100 |
Color Harmonies of #EE8AFC
Complementary color
Monochromatic Colors of #EE8AFC
Black with #EE8AFC
Text Example
Text Example
White with #EE8AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8AFC; }
p { color: rgb(238,138,252); }
H1.HeaderClassName
{
color: #EE8AFC;
}
.AnyTagClassName
{
color: #EE8AFC;
}
</style>
background-color css
<style>
a { background-color: #EE8AFC; }
a { background-color: rgb(238,138,252); }
div.DivClassName
{
background-color: #EE8AFC;
}
.BgClassName
{
background-color: #EE8AFC;
}
</style>
border-color css
<style>
span { border-color: #EE8AFC; }
span { border-color: rgb(238,138,252); }
td.TdClassName
{
border-color: #EE8AFC;
}
.TagClassName
{
border-color: #EE8AFC;
}
</style>