Shades of Violet #EE6CF1
Tints of Violet #EE6CF1
RGB
CMYK
RGB Variations
Color information
#EE6CF1 (or 0xEE6CF1) is known color: Violet. HEX triplet: EE, 6C and F1. RGB value is (238,108,241). Sum of RGB (Red+Green+Blue) = 238+108+241=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 108 (42.58% from 255 or 18.40% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE6CF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6CF1 is #11930E. Grayscale: #A1A1A1. Windows color (decimal): -1151759 or 15822062. OLE color: 15822062.
HSL color Cylindrical-coordinate representation of color #EE6CF1: hue angle of 298.65º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6CF1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 108 | 241 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.05 |
| HSL | 298.65º | 0.83% | 0.68% | - |
| HSV(B) | 298.65º | 0.55% | 0.95% | - |
| XYZ | 56.5 | 35.25 | 87.05 | - |
| YUV | 162.03 | 172.57 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 241 | 0.01 | 0.55 | 0 | 0.05 | 298.65 | 0.83 | 0.68 |
| Hex | EE | 6C | F1 | 1 | 37 | 0 | 5 | 12B | 53 | 44 |
| Octal | 356 | 154 | 361 | 1 | 67 | 0 | 5 | 453 | 123 | 104 |
| Binary | 11101110 | 1101100 | 11110001 | 1 | 110111 | 0 | 101 | 100101011 | 1010011 | 1000100 |
Color Harmonies of #EE6CF1
Complementary color
Monochromatic Colors of #EE6CF1
Black with #EE6CF1
Text Example
Text Example
White with #EE6CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6CF1; }
p { color: rgb(238,108,241); }
H1.HeaderClassName
{
color: #EE6CF1;
}
.AnyTagClassName
{
color: #EE6CF1;
}
</style>
background-color css
<style>
a { background-color: #EE6CF1; }
a { background-color: rgb(238,108,241); }
div.DivClassName
{
background-color: #EE6CF1;
}
.BgClassName
{
background-color: #EE6CF1;
}
</style>
border-color css
<style>
span { border-color: #EE6CF1; }
span { border-color: rgb(238,108,241); }
td.TdClassName
{
border-color: #EE6CF1;
}
.TagClassName
{
border-color: #EE6CF1;
}
</style>