Shades of Heliotrope #E372EF
Tints of Heliotrope #E372EF
RGB
CMYK
RGB Variations
Color information
#E372EF (or 0xE372EF) is known color: Heliotrope. HEX triplet: E3, 72 and EF. RGB value is (227,114,239). Sum of RGB (Red+Green+Blue) = 227+114+239=580 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.14% from 580); Green value is 114 (44.92% from 255 or 19.66% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #E372EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372EF is #1C8D10. Grayscale: #A1A1A1. Windows color (decimal): -1871121 or 15692515. OLE color: 15692515.
HSL color Cylindrical-coordinate representation of color #E372EF: hue angle of 294.24º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E372EF is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 227 | 114 | 239 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.06 |
| HSL | 294.24º | 0.8% | 0.69% | - |
| HSV(B) | 294.24º | 0.52% | 0.94% | - |
| XYZ | 53.28 | 34.6 | 85.53 | - |
| YUV | 162.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 239 | 0.05 | 0.52 | 0 | 0.06 | 294.24 | 0.8 | 0.69 |
| Hex | E3 | 72 | EF | 5 | 34 | 0 | 6 | 126 | 50 | 45 |
| Octal | 343 | 162 | 357 | 5 | 64 | 0 | 6 | 446 | 120 | 105 |
| Binary | 11100011 | 1110010 | 11101111 | 101 | 110100 | 0 | 110 | 100100110 | 1010000 | 1000101 |
Color Harmonies of #E372EF
Complementary color
Monochromatic Colors of #E372EF
Black with #E372EF
Text Example
Text Example
White with #E372EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372EF; }
p { color: rgb(227,114,239); }
H1.HeaderClassName
{
color: #E372EF;
}
.AnyTagClassName
{
color: #E372EF;
}
</style>
background-color css
<style>
a { background-color: #E372EF; }
a { background-color: rgb(227,114,239); }
div.DivClassName
{
background-color: #E372EF;
}
.BgClassName
{
background-color: #E372EF;
}
</style>
border-color css
<style>
span { border-color: #E372EF; }
span { border-color: rgb(227,114,239); }
td.TdClassName
{
border-color: #E372EF;
}
.TagClassName
{
border-color: #E372EF;
}
</style>