Shades of Heliotrope #E372FE
Tints of Heliotrope #E372FE
RGB
CMYK
RGB Variations
Color information
#E372FE (or 0xE372FE) is known color: Heliotrope. HEX triplet: E3, 72 and FE. RGB value is (227,114,254). Sum of RGB (Red+Green+Blue) = 227+114+254=595 (78% of max value = 765). Red value is 227 (89.06% from 255 or 38.15% from 595); Green value is 114 (44.92% from 255 or 19.16% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #E372FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E372FE is #1C8D01. Grayscale: #A3A3A3. Windows color (decimal): -1871106 or 16675555. OLE color: 16675555.
HSL color Cylindrical-coordinate representation of color #E372FE: hue angle of 288.43º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E372FE is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 114 | 254 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.00 |
| HSL | 288.43º | 0.99% | 0.72% | - |
| HSV(B) | 288.43º | 0.55% | 1% | - |
| XYZ | 55.59 | 35.52 | 97.69 | - |
| YUV | 163.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 114 | 254 | 0.11 | 0.55 | 0 | 0.00 | 288.43 | 0.99 | 0.72 |
| Hex | E3 | 72 | FE | B | 37 | 0 | 0 | 120 | 63 | 48 |
| Octal | 343 | 162 | 376 | 13 | 67 | 0 | 0 | 440 | 143 | 110 |
| Binary | 11100011 | 1110010 | 11111110 | 1011 | 110111 | 0 | 0 | 100100000 | 1100011 | 1001000 |
Color Harmonies of #E372FE
Complementary color
Monochromatic Colors of #E372FE
Black with #E372FE
Text Example
Text Example
White with #E372FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E372FE; }
p { color: rgb(227,114,254); }
H1.HeaderClassName
{
color: #E372FE;
}
.AnyTagClassName
{
color: #E372FE;
}
</style>
background-color css
<style>
a { background-color: #E372FE; }
a { background-color: rgb(227,114,254); }
div.DivClassName
{
background-color: #E372FE;
}
.BgClassName
{
background-color: #E372FE;
}
</style>
border-color css
<style>
span { border-color: #E372FE; }
span { border-color: rgb(227,114,254); }
td.TdClassName
{
border-color: #E372FE;
}
.TagClassName
{
border-color: #E372FE;
}
</style>