Shades of Heliotrope #E350FE
Tints of Heliotrope #E350FE
RGB
CMYK
RGB Variations
Color information
#E350FE (or 0xE350FE) is known color: Heliotrope. HEX triplet: E3, 50 and FE. RGB value is (227,80,254). Sum of RGB (Red+Green+Blue) = 227+80+254=561 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.46% from 561); Green value is 80 (31.64% from 255 or 14.26% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #E350FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350FE is #1CAF01. Grayscale: #8F8F8F. Windows color (decimal): -1879810 or 16666851. OLE color: 16666851.
HSL color Cylindrical-coordinate representation of color #E350FE: hue angle of 290.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E350FE is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 227 | 80 | 254 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.00 |
| HSL | 290.69º | 0.99% | 0.65% | - |
| HSV(B) | 290.69º | 0.69% | 1% | - |
| XYZ | 52.44 | 29.22 | 96.64 | - |
| YUV | 143.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 254 | 0.11 | 0.69 | 0 | 0.00 | 290.69 | 0.99 | 0.65 |
| Hex | E3 | 50 | FE | B | 45 | 0 | 0 | 123 | 63 | 41 |
| Octal | 343 | 120 | 376 | 13 | 105 | 0 | 0 | 443 | 143 | 101 |
| Binary | 11100011 | 1010000 | 11111110 | 1011 | 1000101 | 0 | 0 | 100100011 | 1100011 | 1000001 |
Color Harmonies of #E350FE
Complementary color
Monochromatic Colors of #E350FE
Black with #E350FE
Text Example
Text Example
White with #E350FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350FE; }
p { color: rgb(227,80,254); }
H1.HeaderClassName
{
color: #E350FE;
}
.AnyTagClassName
{
color: #E350FE;
}
</style>
background-color css
<style>
a { background-color: #E350FE; }
a { background-color: rgb(227,80,254); }
div.DivClassName
{
background-color: #E350FE;
}
.BgClassName
{
background-color: #E350FE;
}
</style>
border-color css
<style>
span { border-color: #E350FE; }
span { border-color: rgb(227,80,254); }
td.TdClassName
{
border-color: #E350FE;
}
.TagClassName
{
border-color: #E350FE;
}
</style>