Shades of Heliotrope #E25FFC
Tints of Heliotrope #E25FFC
RGB
CMYK
RGB Variations
Color information
#E25FFC (or 0xE25FFC) is known color: Heliotrope. HEX triplet: E2, 5F and FC. RGB value is (226,95,252). Sum of RGB (Red+Green+Blue) = 226+95+252=573 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.44% from 573); Green value is 95 (37.5% from 255 or 16.58% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #E25FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25FFC is #1DA003. Grayscale: #979797. Windows color (decimal): -1941508 or 16539618. OLE color: 16539618.
HSL color Cylindrical-coordinate representation of color #E25FFC: hue angle of 290.06º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25FFC is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 95 | 252 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.01 |
| HSL | 290.06º | 0.96% | 0.68% | - |
| HSV(B) | 290.06º | 0.62% | 0.99% | - |
| XYZ | 53.03 | 31.38 | 95.36 | - |
| YUV | 152.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 252 | 0.10 | 0.62 | 0 | 0.01 | 290.06 | 0.96 | 0.68 |
| Hex | E2 | 5F | FC | A | 3E | 0 | 1 | 122 | 60 | 44 |
| Octal | 342 | 137 | 374 | 12 | 76 | 0 | 1 | 442 | 140 | 104 |
| Binary | 11100010 | 1011111 | 11111100 | 1010 | 111110 | 0 | 1 | 100100010 | 1100000 | 1000100 |
Color Harmonies of #E25FFC
Complementary color
Monochromatic Colors of #E25FFC
Black with #E25FFC
Text Example
Text Example
White with #E25FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FFC; }
p { color: rgb(226,95,252); }
H1.HeaderClassName
{
color: #E25FFC;
}
.AnyTagClassName
{
color: #E25FFC;
}
</style>
background-color css
<style>
a { background-color: #E25FFC; }
a { background-color: rgb(226,95,252); }
div.DivClassName
{
background-color: #E25FFC;
}
.BgClassName
{
background-color: #E25FFC;
}
</style>
border-color css
<style>
span { border-color: #E25FFC; }
span { border-color: rgb(226,95,252); }
td.TdClassName
{
border-color: #E25FFC;
}
.TagClassName
{
border-color: #E25FFC;
}
</style>