Shades of Heliotrope #E375FE
Tints of Heliotrope #E375FE
RGB
CMYK
RGB Variations
Color information
#E375FE (or 0xE375FE) is known color: Heliotrope. HEX triplet: E3, 75 and FE. RGB value is (227,117,254). Sum of RGB (Red+Green+Blue) = 227+117+254=598 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.96% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #E375FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E375FE is #1C8A01. Grayscale: #A5A5A5. Windows color (decimal): -1870338 or 16676323. OLE color: 16676323.
HSL color Cylindrical-coordinate representation of color #E375FE: hue angle of 288.18º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E375FE is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 117 | 254 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.00 |
| HSL | 288.18º | 0.99% | 0.73% | - |
| HSV(B) | 288.18º | 0.54% | 1% | - |
| XYZ | 55.93 | 36.21 | 97.81 | - |
| YUV | 165.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 117 | 254 | 0.11 | 0.54 | 0 | 0.00 | 288.18 | 0.99 | 0.73 |
| Hex | E3 | 75 | FE | B | 36 | 0 | 0 | 120 | 63 | 49 |
| Octal | 343 | 165 | 376 | 13 | 66 | 0 | 0 | 440 | 143 | 111 |
| Binary | 11100011 | 1110101 | 11111110 | 1011 | 110110 | 0 | 0 | 100100000 | 1100011 | 1001001 |
Color Harmonies of #E375FE
Complementary color
Monochromatic Colors of #E375FE
Black with #E375FE
Text Example
Text Example
White with #E375FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E375FE; }
p { color: rgb(227,117,254); }
H1.HeaderClassName
{
color: #E375FE;
}
.AnyTagClassName
{
color: #E375FE;
}
</style>
background-color css
<style>
a { background-color: #E375FE; }
a { background-color: rgb(227,117,254); }
div.DivClassName
{
background-color: #E375FE;
}
.BgClassName
{
background-color: #E375FE;
}
</style>
border-color css
<style>
span { border-color: #E375FE; }
span { border-color: rgb(227,117,254); }
td.TdClassName
{
border-color: #E375FE;
}
.TagClassName
{
border-color: #E375FE;
}
</style>