Shades of Heliotrope #E65BFD
Tints of Heliotrope #E65BFD
RGB
CMYK
RGB Variations
Color information
#E65BFD (or 0xE65BFD) is known color: Heliotrope. HEX triplet: E6, 5B and FD. RGB value is (230,91,253). Sum of RGB (Red+Green+Blue) = 230+91+253=574 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40.07% from 574); Green value is 91 (35.94% from 255 or 15.85% 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 #E65BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E65BFD is #19A402. Grayscale: #969696. Windows color (decimal): -1680387 or 16604134. OLE color: 16604134.
HSL color Cylindrical-coordinate representation of color #E65BFD: hue angle of 291.48º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E65BFD is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 91 | 253 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.01 |
| HSL | 291.48º | 0.98% | 0.67% | - |
| HSV(B) | 291.48º | 0.64% | 0.99% | - |
| XYZ | 54.1 | 31.4 | 96.14 | - |
| YUV | 151.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 91 | 253 | 0.09 | 0.64 | 0 | 0.01 | 291.48 | 0.98 | 0.67 |
| Hex | E6 | 5B | FD | 9 | 40 | 0 | 1 | 123 | 62 | 43 |
| Octal | 346 | 133 | 375 | 11 | 100 | 0 | 1 | 443 | 142 | 103 |
| Binary | 11100110 | 1011011 | 11111101 | 1001 | 1000000 | 0 | 1 | 100100011 | 1100010 | 1000011 |
Color Harmonies of #E65BFD
Complementary color
Monochromatic Colors of #E65BFD
Black with #E65BFD
Text Example
Text Example
White with #E65BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65BFD; }
p { color: rgb(230,91,253); }
H1.HeaderClassName
{
color: #E65BFD;
}
.AnyTagClassName
{
color: #E65BFD;
}
</style>
background-color css
<style>
a { background-color: #E65BFD; }
a { background-color: rgb(230,91,253); }
div.DivClassName
{
background-color: #E65BFD;
}
.BgClassName
{
background-color: #E65BFD;
}
</style>
border-color css
<style>
span { border-color: #E65BFD; }
span { border-color: rgb(230,91,253); }
td.TdClassName
{
border-color: #E65BFD;
}
.TagClassName
{
border-color: #E65BFD;
}
</style>