Shades of Heliotrope #E67BFD
Tints of Heliotrope #E67BFD
RGB
CMYK
RGB Variations
Color information
#E67BFD (or 0xE67BFD) is known color: Heliotrope. HEX triplet: E6, 7B and FD. RGB value is (230,123,253). Sum of RGB (Red+Green+Blue) = 230+123+253=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 123 (48.44% from 255 or 20.30% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #E67BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E67BFD is #198402. Grayscale: #A9A9A9. Windows color (decimal): -1672195 or 16612326. OLE color: 16612326.
HSL color Cylindrical-coordinate representation of color #E67BFD: hue angle of 289.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67BFD is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 123 | 253 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.01 |
| HSL | 289.38º | 0.97% | 0.74% | - |
| HSV(B) | 289.38º | 0.51% | 0.99% | - |
| XYZ | 57.45 | 38.08 | 97.25 | - |
| YUV | 169.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 123 | 253 | 0.09 | 0.51 | 0 | 0.01 | 289.38 | 0.97 | 0.74 |
| Hex | E6 | 7B | FD | 9 | 33 | 0 | 1 | 121 | 61 | 4A |
| Octal | 346 | 173 | 375 | 11 | 63 | 0 | 1 | 441 | 141 | 112 |
| Binary | 11100110 | 1111011 | 11111101 | 1001 | 110011 | 0 | 1 | 100100001 | 1100001 | 1001010 |
Color Harmonies of #E67BFD
Complementary color
Monochromatic Colors of #E67BFD
Black with #E67BFD
Text Example
Text Example
White with #E67BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67BFD; }
p { color: rgb(230,123,253); }
H1.HeaderClassName
{
color: #E67BFD;
}
.AnyTagClassName
{
color: #E67BFD;
}
</style>
background-color css
<style>
a { background-color: #E67BFD; }
a { background-color: rgb(230,123,253); }
div.DivClassName
{
background-color: #E67BFD;
}
.BgClassName
{
background-color: #E67BFD;
}
</style>
border-color css
<style>
span { border-color: #E67BFD; }
span { border-color: rgb(230,123,253); }
td.TdClassName
{
border-color: #E67BFD;
}
.TagClassName
{
border-color: #E67BFD;
}
</style>