Shades of Violet #EE6CEA
Tints of Violet #EE6CEA
RGB
CMYK
RGB Variations
Color information
#EE6CEA (or 0xEE6CEA) is known color: Violet. HEX triplet: EE, 6C and EA. RGB value is (238,108,234). Sum of RGB (Red+Green+Blue) = 238+108+234=580 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.03% from 580); Green value is 108 (42.58% from 255 or 18.62% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE6CEA is #119315. Grayscale: #A0A0A0. Windows color (decimal): -1151766 or 15363310. OLE color: 15363310.
HSL color Cylindrical-coordinate representation of color #EE6CEA: hue angle of 301.85º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6CEA is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 234 | - |
| CMYK | 0 | 0.55 | 0.02 | 0.07 |
| HSL | 301.85º | 0.79% | 0.68% | - |
| HSV(B) | 301.85º | 0.55% | 0.93% | - |
| XYZ | 55.47 | 34.84 | 81.64 | - |
| YUV | 161.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 234 | 0 | 0.55 | 0.02 | 0.07 | 301.85 | 0.79 | 0.68 |
| Hex | EE | 6C | EA | 0 | 37 | 2 | 7 | 12E | 4F | 44 |
| Octal | 356 | 154 | 352 | 0 | 67 | 2 | 7 | 456 | 117 | 104 |
| Binary | 11101110 | 1101100 | 11101010 | 0 | 110111 | 10 | 111 | 100101110 | 1001111 | 1000100 |
Color Harmonies of #EE6CEA
Complementary color
Monochromatic Colors of #EE6CEA
Black with #EE6CEA
Text Example
Text Example
White with #EE6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6CEA; }
p { color: rgb(238,108,234); }
H1.HeaderClassName
{
color: #EE6CEA;
}
.AnyTagClassName
{
color: #EE6CEA;
}
</style>
background-color css
<style>
a { background-color: #EE6CEA; }
a { background-color: rgb(238,108,234); }
div.DivClassName
{
background-color: #EE6CEA;
}
.BgClassName
{
background-color: #EE6CEA;
}
</style>
border-color css
<style>
span { border-color: #EE6CEA; }
span { border-color: rgb(238,108,234); }
td.TdClassName
{
border-color: #EE6CEA;
}
.TagClassName
{
border-color: #EE6CEA;
}
</style>