Shades of Violet #E97BEA
Tints of Violet #E97BEA
RGB
CMYK
RGB Variations
Color information
#E97BEA (or 0xE97BEA) is known color: Violet. HEX triplet: E9, 7B and EA. RGB value is (233,123,234). Sum of RGB (Red+Green+Blue) = 233+123+234=590 (78% of max value = 765). Red value is 233 (91.41% from 255 or 39.49% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #E97BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E97BEA is #168415. Grayscale: #A8A8A8. Windows color (decimal): -1475606 or 15367145. OLE color: 15367145.
HSL color Cylindrical-coordinate representation of color #E97BEA: hue angle of 299.46º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97BEA is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 123 | 234 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.08 |
| HSL | 299.46º | 0.73% | 0.7% | - |
| HSV(B) | 299.46º | 0.47% | 0.92% | - |
| XYZ | 55.54 | 37.43 | 82.14 | - |
| YUV | 168.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 234 | 0.00 | 0.47 | 0 | 0.08 | 299.46 | 0.73 | 0.7 |
| Hex | E9 | 7B | EA | 0 | 2F | 0 | 8 | 12B | 49 | 46 |
| Octal | 351 | 173 | 352 | 0 | 57 | 0 | 10 | 453 | 111 | 106 |
| Binary | 11101001 | 1111011 | 11101010 | 0 | 101111 | 0 | 1000 | 100101011 | 1001001 | 1000110 |
Color Harmonies of #E97BEA
Complementary color
Monochromatic Colors of #E97BEA
Black with #E97BEA
Text Example
Text Example
White with #E97BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97BEA; }
p { color: rgb(233,123,234); }
H1.HeaderClassName
{
color: #E97BEA;
}
.AnyTagClassName
{
color: #E97BEA;
}
</style>
background-color css
<style>
a { background-color: #E97BEA; }
a { background-color: rgb(233,123,234); }
div.DivClassName
{
background-color: #E97BEA;
}
.BgClassName
{
background-color: #E97BEA;
}
</style>
border-color css
<style>
span { border-color: #E97BEA; }
span { border-color: rgb(233,123,234); }
td.TdClassName
{
border-color: #E97BEA;
}
.TagClassName
{
border-color: #E97BEA;
}
</style>