Shades of Heliotrope #E350FB
Tints of Heliotrope #E350FB
RGB
CMYK
RGB Variations
Color information
#E350FB (or 0xE350FB) is known color: Heliotrope. HEX triplet: E3, 50 and FB. RGB value is (227,80,251). Sum of RGB (Red+Green+Blue) = 227+80+251=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 80 (31.64% from 255 or 14.34% from 558); Blue value is 251 (98.44% from 255 or 44.98% from 558); Max value from RGB is 251 - color contains mainly: blue. Hex color #E350FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E350FB is #1CAF04. Grayscale: #8E8E8E. Windows color (decimal): -1879813 or 16470243. OLE color: 16470243.
HSL color Cylindrical-coordinate representation of color #E350FB: hue angle of 291.58º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E350FB is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 80 | 251 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.02 |
| HSL | 291.58º | 0.96% | 0.65% | - |
| HSV(B) | 291.58º | 0.68% | 0.98% | - |
| XYZ | 51.96 | 29.03 | 94.13 | - |
| YUV | 143.45 | 188.7 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 251 | 0.10 | 0.68 | 0 | 0.02 | 291.58 | 0.96 | 0.65 |
| Hex | E3 | 50 | FB | A | 44 | 0 | 2 | 124 | 60 | 41 |
| Octal | 343 | 120 | 373 | 12 | 104 | 0 | 2 | 444 | 140 | 101 |
| Binary | 11100011 | 1010000 | 11111011 | 1010 | 1000100 | 0 | 10 | 100100100 | 1100000 | 1000001 |
Color Harmonies of #E350FB
Complementary color
Monochromatic Colors of #E350FB
Black with #E350FB
Text Example
Text Example
White with #E350FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E350FB; }
p { color: rgb(227,80,251); }
H1.HeaderClassName
{
color: #E350FB;
}
.AnyTagClassName
{
color: #E350FB;
}
</style>
background-color css
<style>
a { background-color: #E350FB; }
a { background-color: rgb(227,80,251); }
div.DivClassName
{
background-color: #E350FB;
}
.BgClassName
{
background-color: #E350FB;
}
</style>
border-color css
<style>
span { border-color: #E350FB; }
span { border-color: rgb(227,80,251); }
td.TdClassName
{
border-color: #E350FB;
}
.TagClassName
{
border-color: #E350FB;
}
</style>