Shades of Heliotrope #EA6CFE
Tints of Heliotrope #EA6CFE
RGB
CMYK
RGB Variations
Color information
#EA6CFE (or 0xEA6CFE) is known color: Heliotrope. HEX triplet: EA, 6C and FE. RGB value is (234,108,254). Sum of RGB (Red+Green+Blue) = 234+108+254=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 108 (42.58% from 255 or 18.12% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA6CFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6CFE is #159301. Grayscale: #A1A1A1. Windows color (decimal): -1413890 or 16674026. OLE color: 16674026.
HSL color Cylindrical-coordinate representation of color #EA6CFE: hue angle of 291.78º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6CFE is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 108 | 254 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.00 |
| HSL | 291.78º | 0.99% | 0.71% | - |
| HSV(B) | 291.78º | 0.57% | 1% | - |
| XYZ | 57.18 | 35.37 | 97.58 | - |
| YUV | 162.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 254 | 0.08 | 0.57 | 0 | 0.00 | 291.78 | 0.99 | 0.71 |
| Hex | EA | 6C | FE | 8 | 39 | 0 | 0 | 124 | 63 | 47 |
| Octal | 352 | 154 | 376 | 10 | 71 | 0 | 0 | 444 | 143 | 107 |
| Binary | 11101010 | 1101100 | 11111110 | 1000 | 111001 | 0 | 0 | 100100100 | 1100011 | 1000111 |
Color Harmonies of #EA6CFE
Complementary color
Monochromatic Colors of #EA6CFE
Black with #EA6CFE
Text Example
Text Example
White with #EA6CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6CFE; }
p { color: rgb(234,108,254); }
H1.HeaderClassName
{
color: #EA6CFE;
}
.AnyTagClassName
{
color: #EA6CFE;
}
</style>
background-color css
<style>
a { background-color: #EA6CFE; }
a { background-color: rgb(234,108,254); }
div.DivClassName
{
background-color: #EA6CFE;
}
.BgClassName
{
background-color: #EA6CFE;
}
</style>
border-color css
<style>
span { border-color: #EA6CFE; }
span { border-color: rgb(234,108,254); }
td.TdClassName
{
border-color: #EA6CFE;
}
.TagClassName
{
border-color: #EA6CFE;
}
</style>