Shades of Heliotrope #EA62FE
Tints of Heliotrope #EA62FE
RGB
CMYK
RGB Variations
Color information
#EA62FE (or 0xEA62FE) is known color: Heliotrope. HEX triplet: EA, 62 and FE. RGB value is (234,98,254). Sum of RGB (Red+Green+Blue) = 234+98+254=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 98 (38.67% from 255 or 16.72% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA62FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA62FE is #159D01. Grayscale: #9B9B9B. Windows color (decimal): -1416450 or 16671466. OLE color: 16671466.
HSL color Cylindrical-coordinate representation of color #EA62FE: hue angle of 292.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA62FE is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 98 | 254 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.00 |
| HSL | 292.31º | 0.99% | 0.69% | - |
| HSV(B) | 292.31º | 0.61% | 1% | - |
| XYZ | 56.19 | 33.38 | 97.25 | - |
| YUV | 156.45 | 183.06 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 98 | 254 | 0.08 | 0.61 | 0 | 0.00 | 292.31 | 0.99 | 0.69 |
| Hex | EA | 62 | FE | 8 | 3D | 0 | 0 | 124 | 63 | 45 |
| Octal | 352 | 142 | 376 | 10 | 75 | 0 | 0 | 444 | 143 | 105 |
| Binary | 11101010 | 1100010 | 11111110 | 1000 | 111101 | 0 | 0 | 100100100 | 1100011 | 1000101 |
Color Harmonies of #EA62FE
Complementary color
Monochromatic Colors of #EA62FE
Black with #EA62FE
Text Example
Text Example
White with #EA62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA62FE; }
p { color: rgb(234,98,254); }
H1.HeaderClassName
{
color: #EA62FE;
}
.AnyTagClassName
{
color: #EA62FE;
}
</style>
background-color css
<style>
a { background-color: #EA62FE; }
a { background-color: rgb(234,98,254); }
div.DivClassName
{
background-color: #EA62FE;
}
.BgClassName
{
background-color: #EA62FE;
}
</style>
border-color css
<style>
span { border-color: #EA62FE; }
span { border-color: rgb(234,98,254); }
td.TdClassName
{
border-color: #EA62FE;
}
.TagClassName
{
border-color: #EA62FE;
}
</style>