Shades of Violet #EE7FFC
Tints of Violet #EE7FFC
RGB
CMYK
RGB Variations
Color information
#EE7FFC (or 0xEE7FFC) is known color: Violet. HEX triplet: EE, 7F and FC. RGB value is (238,127,252). Sum of RGB (Red+Green+Blue) = 238+127+252=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 127 (50% from 255 or 20.58% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE7FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7FFC is #118003. Grayscale: #AEAEAE. Windows color (decimal): -1146884 or 16547822. OLE color: 16547822.
HSL color Cylindrical-coordinate representation of color #EE7FFC: hue angle of 293.28º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7FFC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 127 | 252 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.01 |
| HSL | 293.28º | 0.95% | 0.74% | - |
| HSV(B) | 293.28º | 0.5% | 0.99% | - |
| XYZ | 60.42 | 40.38 | 96.71 | - |
| YUV | 174.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 127 | 252 | 0.06 | 0.50 | 0 | 0.01 | 293.28 | 0.95 | 0.74 |
| Hex | EE | 7F | FC | 6 | 32 | 0 | 1 | 125 | 5F | 4A |
| Octal | 356 | 177 | 374 | 6 | 62 | 0 | 1 | 445 | 137 | 112 |
| Binary | 11101110 | 1111111 | 11111100 | 110 | 110010 | 0 | 1 | 100100101 | 1011111 | 1001010 |
Color Harmonies of #EE7FFC
Complementary color
Monochromatic Colors of #EE7FFC
Black with #EE7FFC
Text Example
Text Example
White with #EE7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7FFC; }
p { color: rgb(238,127,252); }
H1.HeaderClassName
{
color: #EE7FFC;
}
.AnyTagClassName
{
color: #EE7FFC;
}
</style>
background-color css
<style>
a { background-color: #EE7FFC; }
a { background-color: rgb(238,127,252); }
div.DivClassName
{
background-color: #EE7FFC;
}
.BgClassName
{
background-color: #EE7FFC;
}
</style>
border-color css
<style>
span { border-color: #EE7FFC; }
span { border-color: rgb(238,127,252); }
td.TdClassName
{
border-color: #EE7FFC;
}
.TagClassName
{
border-color: #EE7FFC;
}
</style>