Shades of Violet #EE7BEA
Tints of Violet #EE7BEA
RGB
CMYK
RGB Variations
Color information
#EE7BEA (or 0xEE7BEA) is known color: Violet. HEX triplet: EE, 7B and EA. RGB value is (238,123,234). Sum of RGB (Red+Green+Blue) = 238+123+234=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7BEA is #118415. Grayscale: #A9A9A9. Windows color (decimal): -1147926 or 15367150. OLE color: 15367150.
HSL color Cylindrical-coordinate representation of color #EE7BEA: hue angle of 302.09º 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 #EE7BEA is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 123 | 234 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.07 |
| HSL | 302.09º | 0.77% | 0.71% | - |
| HSV(B) | 302.09º | 0.48% | 0.93% | - |
| XYZ | 57.19 | 38.28 | 82.22 | - |
| YUV | 170.04 | 164.1 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 123 | 234 | 0 | 0.48 | 0.02 | 0.07 | 302.09 | 0.77 | 0.71 |
| Hex | EE | 7B | EA | 0 | 30 | 2 | 7 | 12E | 4D | 47 |
| Octal | 356 | 173 | 352 | 0 | 60 | 2 | 7 | 456 | 115 | 107 |
| Binary | 11101110 | 1111011 | 11101010 | 0 | 110000 | 10 | 111 | 100101110 | 1001101 | 1000111 |
Color Harmonies of #EE7BEA
Complementary color
Monochromatic Colors of #EE7BEA
Black with #EE7BEA
Text Example
Text Example
White with #EE7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7BEA; }
p { color: rgb(238,123,234); }
H1.HeaderClassName
{
color: #EE7BEA;
}
.AnyTagClassName
{
color: #EE7BEA;
}
</style>
background-color css
<style>
a { background-color: #EE7BEA; }
a { background-color: rgb(238,123,234); }
div.DivClassName
{
background-color: #EE7BEA;
}
.BgClassName
{
background-color: #EE7BEA;
}
</style>
border-color css
<style>
span { border-color: #EE7BEA; }
span { border-color: rgb(238,123,234); }
td.TdClassName
{
border-color: #EE7BEA;
}
.TagClassName
{
border-color: #EE7BEA;
}
</style>