Shades of Heliotrope #E672FF
Tints of Heliotrope #E672FF
RGB
CMYK
RGB Variations
Color information
#E672FF (or 0xE672FF) is known color: Heliotrope. HEX triplet: E6, 72 and FF. RGB value is (230,114,255). Sum of RGB (Red+Green+Blue) = 230+114+255=599 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.40% from 599); Green value is 114 (44.92% from 255 or 19.03% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #E672FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E672FF is #198D00. Grayscale: #A4A4A4. Windows color (decimal): -1674497 or 16741094. OLE color: 16741094.
HSL color Cylindrical-coordinate representation of color #E672FF: hue angle of 289.36º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E672FF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 114 | 255 | - |
| CMYK | 0.10 | 0.55 | 0 | 0 |
| HSL | 289.36º | 1% | 0.72% | - |
| HSV(B) | 289.36º | 0.55% | 1% | - |
| XYZ | 56.7 | 36.08 | 98.58 | - |
| YUV | 164.76 | 178.93 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 255 | 0.10 | 0.55 | 0 | 0 | 289.36 | 1 | 0.72 |
| Hex | E6 | 72 | FF | A | 37 | 0 | 0 | 121 | 64 | 48 |
| Octal | 346 | 162 | 377 | 12 | 67 | 0 | 0 | 441 | 144 | 110 |
| Binary | 11100110 | 1110010 | 11111111 | 1010 | 110111 | 0 | 0 | 100100001 | 1100100 | 1001000 |
Color Harmonies of #E672FF
Complementary color
Monochromatic Colors of #E672FF
Black with #E672FF
Text Example
Text Example
White with #E672FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672FF; }
p { color: rgb(230,114,255); }
H1.HeaderClassName
{
color: #E672FF;
}
.AnyTagClassName
{
color: #E672FF;
}
</style>
background-color css
<style>
a { background-color: #E672FF; }
a { background-color: rgb(230,114,255); }
div.DivClassName
{
background-color: #E672FF;
}
.BgClassName
{
background-color: #E672FF;
}
</style>
border-color css
<style>
span { border-color: #E672FF; }
span { border-color: rgb(230,114,255); }
td.TdClassName
{
border-color: #E672FF;
}
.TagClassName
{
border-color: #E672FF;
}
</style>