Shades of Violet #E27DE5
Tints of Violet #E27DE5
RGB
CMYK
RGB Variations
Color information
#E27DE5 (or 0xE27DE5) is known color: Violet. HEX triplet: E2, 7D and E5. RGB value is (226,125,229). Sum of RGB (Red+Green+Blue) = 226+125+229=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 125 (49.22% from 255 or 21.55% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 229 - color contains mainly: blue. Hex color #E27DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DE5 is #1D821A. Grayscale: #A6A6A6. Windows color (decimal): -1933851 or 15039970. OLE color: 15039970.
HSL color Cylindrical-coordinate representation of color #E27DE5: hue angle of 298.27º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E27DE5 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 125 | 229 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.10 |
| HSL | 298.27º | 0.67% | 0.69% | - |
| HSV(B) | 298.27º | 0.45% | 0.9% | - |
| XYZ | 52.84 | 36.49 | 78.39 | - |
| YUV | 167.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 125 | 229 | 0.01 | 0.45 | 0 | 0.10 | 298.27 | 0.67 | 0.69 |
| Hex | E2 | 7D | E5 | 1 | 2D | 0 | A | 12A | 43 | 45 |
| Octal | 342 | 175 | 345 | 1 | 55 | 0 | 12 | 452 | 103 | 105 |
| Binary | 11100010 | 1111101 | 11100101 | 1 | 101101 | 0 | 1010 | 100101010 | 1000011 | 1000101 |
Color Harmonies of #E27DE5
Complementary color
Monochromatic Colors of #E27DE5
Black with #E27DE5
Text Example
Text Example
White with #E27DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27DE5; }
p { color: rgb(226,125,229); }
H1.HeaderClassName
{
color: #E27DE5;
}
.AnyTagClassName
{
color: #E27DE5;
}
</style>
background-color css
<style>
a { background-color: #E27DE5; }
a { background-color: rgb(226,125,229); }
div.DivClassName
{
background-color: #E27DE5;
}
.BgClassName
{
background-color: #E27DE5;
}
</style>
border-color css
<style>
span { border-color: #E27DE5; }
span { border-color: rgb(226,125,229); }
td.TdClassName
{
border-color: #E27DE5;
}
.TagClassName
{
border-color: #E27DE5;
}
</style>