Shades of Heliotrope #E65FFD
Tints of Heliotrope #E65FFD
RGB
CMYK
RGB Variations
Color information
#E65FFD (or 0xE65FFD) is known color: Heliotrope. HEX triplet: E6, 5F and FD. RGB value is (230,95,253). Sum of RGB (Red+Green+Blue) = 230+95+253=578 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.79% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #E65FFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65FFD is #19A002. Grayscale: #989898. Windows color (decimal): -1679363 or 16605158. OLE color: 16605158.
HSL color Cylindrical-coordinate representation of color #E65FFD: hue angle of 291.27º 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 #E65FFD is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 95 | 253 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.01 |
| HSL | 291.27º | 0.98% | 0.68% | - |
| HSV(B) | 291.27º | 0.62% | 0.99% | - |
| XYZ | 54.45 | 32.1 | 96.25 | - |
| YUV | 153.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 253 | 0.09 | 0.62 | 0 | 0.01 | 291.27 | 0.98 | 0.68 |
| Hex | E6 | 5F | FD | 9 | 3E | 0 | 1 | 123 | 62 | 44 |
| Octal | 346 | 137 | 375 | 11 | 76 | 0 | 1 | 443 | 142 | 104 |
| Binary | 11100110 | 1011111 | 11111101 | 1001 | 111110 | 0 | 1 | 100100011 | 1100010 | 1000100 |
Color Harmonies of #E65FFD
Complementary color
Monochromatic Colors of #E65FFD
Black with #E65FFD
Text Example
Text Example
White with #E65FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65FFD; }
p { color: rgb(230,95,253); }
H1.HeaderClassName
{
color: #E65FFD;
}
.AnyTagClassName
{
color: #E65FFD;
}
</style>
background-color css
<style>
a { background-color: #E65FFD; }
a { background-color: rgb(230,95,253); }
div.DivClassName
{
background-color: #E65FFD;
}
.BgClassName
{
background-color: #E65FFD;
}
</style>
border-color css
<style>
span { border-color: #E65FFD; }
span { border-color: rgb(230,95,253); }
td.TdClassName
{
border-color: #E65FFD;
}
.TagClassName
{
border-color: #E65FFD;
}
</style>