Shades of Heliotrope #E672FE
Tints of Heliotrope #E672FE
RGB
CMYK
RGB Variations
Color information
#E672FE (or 0xE672FE) is known color: Heliotrope. HEX triplet: E6, 72 and FE. RGB value is (230,114,254). Sum of RGB (Red+Green+Blue) = 230+114+254=598 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.46% from 598); Green value is 114 (44.92% from 255 or 19.06% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #E672FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E672FE is #198D01. Grayscale: #A4A4A4. Windows color (decimal): -1674498 or 16675558. OLE color: 16675558.
HSL color Cylindrical-coordinate representation of color #E672FE: hue angle of 289.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E672FE is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 114 | 254 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.00 |
| HSL | 289.71º | 0.99% | 0.72% | - |
| HSV(B) | 289.71º | 0.55% | 1% | - |
| XYZ | 56.54 | 36.01 | 97.74 | - |
| YUV | 164.64 | 178.43 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 114 | 254 | 0.09 | 0.55 | 0 | 0.00 | 289.71 | 0.99 | 0.72 |
| Hex | E6 | 72 | FE | 9 | 37 | 0 | 0 | 122 | 63 | 48 |
| Octal | 346 | 162 | 376 | 11 | 67 | 0 | 0 | 442 | 143 | 110 |
| Binary | 11100110 | 1110010 | 11111110 | 1001 | 110111 | 0 | 0 | 100100010 | 1100011 | 1001000 |
Color Harmonies of #E672FE
Complementary color
Monochromatic Colors of #E672FE
Black with #E672FE
Text Example
Text Example
White with #E672FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E672FE; }
p { color: rgb(230,114,254); }
H1.HeaderClassName
{
color: #E672FE;
}
.AnyTagClassName
{
color: #E672FE;
}
</style>
background-color css
<style>
a { background-color: #E672FE; }
a { background-color: rgb(230,114,254); }
div.DivClassName
{
background-color: #E672FE;
}
.BgClassName
{
background-color: #E672FE;
}
</style>
border-color css
<style>
span { border-color: #E672FE; }
span { border-color: rgb(230,114,254); }
td.TdClassName
{
border-color: #E672FE;
}
.TagClassName
{
border-color: #E672FE;
}
</style>