Shades of Violet #EE8CFC
Tints of Violet #EE8CFC
RGB
CMYK
RGB Variations
Color information
#EE8CFC (or 0xEE8CFC) is known color: Violet. HEX triplet: EE, 8C and FC. RGB value is (238,140,252). Sum of RGB (Red+Green+Blue) = 238+140+252=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 140 (55.08% from 255 or 22.22% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE8CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8CFC is #117303. Grayscale: #B5B5B5. Windows color (decimal): -1143556 or 16551150. OLE color: 16551150.
HSL color Cylindrical-coordinate representation of color #EE8CFC: hue angle of 292.5º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EE8CFC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 140 | 252 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.01 |
| HSL | 292.5º | 0.95% | 0.77% | - |
| HSV(B) | 292.5º | 0.44% | 0.99% | - |
| XYZ | 62.21 | 43.96 | 97.3 | - |
| YUV | 182.07 | 167.47 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 252 | 0.06 | 0.44 | 0 | 0.01 | 292.5 | 0.95 | 0.77 |
| Hex | EE | 8C | FC | 6 | 2C | 0 | 1 | 124 | 5F | 4D |
| Octal | 356 | 214 | 374 | 6 | 54 | 0 | 1 | 444 | 137 | 115 |
| Binary | 11101110 | 10001100 | 11111100 | 110 | 101100 | 0 | 1 | 100100100 | 1011111 | 1001101 |
Color Harmonies of #EE8CFC
Complementary color
Monochromatic Colors of #EE8CFC
Black with #EE8CFC
Text Example
Text Example
White with #EE8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8CFC; }
p { color: rgb(238,140,252); }
H1.HeaderClassName
{
color: #EE8CFC;
}
.AnyTagClassName
{
color: #EE8CFC;
}
</style>
background-color css
<style>
a { background-color: #EE8CFC; }
a { background-color: rgb(238,140,252); }
div.DivClassName
{
background-color: #EE8CFC;
}
.BgClassName
{
background-color: #EE8CFC;
}
</style>
border-color css
<style>
span { border-color: #EE8CFC; }
span { border-color: rgb(238,140,252); }
td.TdClassName
{
border-color: #EE8CFC;
}
.TagClassName
{
border-color: #EE8CFC;
}
</style>