Shades of Violet #E27BED
Tints of Violet #E27BED
RGB
CMYK
RGB Variations
Color information
#E27BED (or 0xE27BED) is known color: Violet. HEX triplet: E2, 7B and ED. RGB value is (226,123,237). Sum of RGB (Red+Green+Blue) = 226+123+237=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #E27BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E27BED is #1D8412. Grayscale: #A6A6A6. Windows color (decimal): -1934355 or 15563746. OLE color: 15563746.
HSL color Cylindrical-coordinate representation of color #E27BED: hue angle of 294.21º degrees, saturation: 0.76, 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 #E27BED is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 123 | 237 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.07 |
| HSL | 294.21º | 0.76% | 0.71% | - |
| HSV(B) | 294.21º | 0.48% | 0.93% | - |
| XYZ | 53.73 | 36.45 | 84.32 | - |
| YUV | 166.79 | 167.62 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 123 | 237 | 0.05 | 0.48 | 0 | 0.07 | 294.21 | 0.76 | 0.71 |
| Hex | E2 | 7B | ED | 5 | 30 | 0 | 7 | 126 | 4C | 47 |
| Octal | 342 | 173 | 355 | 5 | 60 | 0 | 7 | 446 | 114 | 107 |
| Binary | 11100010 | 1111011 | 11101101 | 101 | 110000 | 0 | 111 | 100100110 | 1001100 | 1000111 |
Color Harmonies of #E27BED
Complementary color
Monochromatic Colors of #E27BED
Black with #E27BED
Text Example
Text Example
White with #E27BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27BED; }
p { color: rgb(226,123,237); }
H1.HeaderClassName
{
color: #E27BED;
}
.AnyTagClassName
{
color: #E27BED;
}
</style>
background-color css
<style>
a { background-color: #E27BED; }
a { background-color: rgb(226,123,237); }
div.DivClassName
{
background-color: #E27BED;
}
.BgClassName
{
background-color: #E27BED;
}
</style>
border-color css
<style>
span { border-color: #E27BED; }
span { border-color: rgb(226,123,237); }
td.TdClassName
{
border-color: #E27BED;
}
.TagClassName
{
border-color: #E27BED;
}
</style>