Shades of Violet #EE7CEA
Tints of Violet #EE7CEA
RGB
CMYK
RGB Variations
Color information
#EE7CEA (or 0xEE7CEA) is known color: Violet. HEX triplet: EE, 7C and EA. RGB value is (238,124,234). Sum of RGB (Red+Green+Blue) = 238+124+234=596 (78% of max value = 765). Red value is 238 (93.36% from 255 or 39.93% from 596); Green value is 124 (48.83% from 255 or 20.81% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7CEA is #118315. Grayscale: #AAAAAA. Windows color (decimal): -1147670 or 15367406. OLE color: 15367406.
HSL color Cylindrical-coordinate representation of color #EE7CEA: hue angle of 302.11º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7CEA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 124 | 234 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.07 |
| HSL | 302.11º | 0.77% | 0.71% | - |
| HSV(B) | 302.11º | 0.48% | 0.93% | - |
| XYZ | 57.32 | 38.53 | 82.26 | - |
| YUV | 170.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 124 | 234 | 0 | 0.48 | 0.02 | 0.07 | 302.11 | 0.77 | 0.71 |
| Hex | EE | 7C | EA | 0 | 30 | 2 | 7 | 12E | 4D | 47 |
| Octal | 356 | 174 | 352 | 0 | 60 | 2 | 7 | 456 | 115 | 107 |
| Binary | 11101110 | 1111100 | 11101010 | 0 | 110000 | 10 | 111 | 100101110 | 1001101 | 1000111 |
Color Harmonies of #EE7CEA
Complementary color
Monochromatic Colors of #EE7CEA
Black with #EE7CEA
Text Example
Text Example
White with #EE7CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7CEA; }
p { color: rgb(238,124,234); }
H1.HeaderClassName
{
color: #EE7CEA;
}
.AnyTagClassName
{
color: #EE7CEA;
}
</style>
background-color css
<style>
a { background-color: #EE7CEA; }
a { background-color: rgb(238,124,234); }
div.DivClassName
{
background-color: #EE7CEA;
}
.BgClassName
{
background-color: #EE7CEA;
}
</style>
border-color css
<style>
span { border-color: #EE7CEA; }
span { border-color: rgb(238,124,234); }
td.TdClassName
{
border-color: #EE7CEA;
}
.TagClassName
{
border-color: #EE7CEA;
}
</style>