Shades of Heliotrope #E25FFD
Tints of Heliotrope #E25FFD
RGB
CMYK
RGB Variations
Color information
#E25FFD (or 0xE25FFD) is known color: Heliotrope. HEX triplet: E2, 5F and FD. RGB value is (226,95,253). Sum of RGB (Red+Green+Blue) = 226+95+253=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 95 (37.5% from 255 or 16.55% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #E25FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E25FFD is #1DA002. Grayscale: #979797. Windows color (decimal): -1941507 or 16605154. OLE color: 16605154.
HSL color Cylindrical-coordinate representation of color #E25FFD: hue angle of 289.75º degrees, saturation: 0.98, 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 #E25FFD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 95 | 253 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.01 |
| HSL | 289.75º | 0.98% | 0.68% | - |
| HSV(B) | 289.75º | 0.62% | 0.99% | - |
| XYZ | 53.19 | 31.45 | 96.19 | - |
| YUV | 152.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 253 | 0.11 | 0.62 | 0 | 0.01 | 289.75 | 0.98 | 0.68 |
| Hex | E2 | 5F | FD | B | 3E | 0 | 1 | 122 | 62 | 44 |
| Octal | 342 | 137 | 375 | 13 | 76 | 0 | 1 | 442 | 142 | 104 |
| Binary | 11100010 | 1011111 | 11111101 | 1011 | 111110 | 0 | 1 | 100100010 | 1100010 | 1000100 |
Color Harmonies of #E25FFD
Complementary color
Monochromatic Colors of #E25FFD
Black with #E25FFD
Text Example
Text Example
White with #E25FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25FFD; }
p { color: rgb(226,95,253); }
H1.HeaderClassName
{
color: #E25FFD;
}
.AnyTagClassName
{
color: #E25FFD;
}
</style>
background-color css
<style>
a { background-color: #E25FFD; }
a { background-color: rgb(226,95,253); }
div.DivClassName
{
background-color: #E25FFD;
}
.BgClassName
{
background-color: #E25FFD;
}
</style>
border-color css
<style>
span { border-color: #E25FFD; }
span { border-color: rgb(226,95,253); }
td.TdClassName
{
border-color: #E25FFD;
}
.TagClassName
{
border-color: #E25FFD;
}
</style>