Shades of Heliotrope #EA7FFE
Tints of Heliotrope #EA7FFE
RGB
CMYK
RGB Variations
Color information
#EA7FFE (or 0xEA7FFE) is known color: Heliotrope. HEX triplet: EA, 7F and FE. RGB value is (234,127,254). Sum of RGB (Red+Green+Blue) = 234+127+254=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 127 (50% from 255 or 20.65% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA7FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7FFE is #158001. Grayscale: #ADADAD. Windows color (decimal): -1409026 or 16678890. OLE color: 16678890.
HSL color Cylindrical-coordinate representation of color #EA7FFE: hue angle of 290.55º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7FFE is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 127 | 254 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.00 |
| HSL | 290.55º | 0.98% | 0.75% | - |
| HSV(B) | 290.55º | 0.5% | 1% | - |
| XYZ | 59.41 | 39.83 | 98.32 | - |
| YUV | 173.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 127 | 254 | 0.08 | 0.50 | 0 | 0.00 | 290.55 | 0.98 | 0.75 |
| Hex | EA | 7F | FE | 8 | 32 | 0 | 0 | 123 | 62 | 4B |
| Octal | 352 | 177 | 376 | 10 | 62 | 0 | 0 | 443 | 142 | 113 |
| Binary | 11101010 | 1111111 | 11111110 | 1000 | 110010 | 0 | 0 | 100100011 | 1100010 | 1001011 |
Color Harmonies of #EA7FFE
Complementary color
Monochromatic Colors of #EA7FFE
Black with #EA7FFE
Text Example
Text Example
White with #EA7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7FFE; }
p { color: rgb(234,127,254); }
H1.HeaderClassName
{
color: #EA7FFE;
}
.AnyTagClassName
{
color: #EA7FFE;
}
</style>
background-color css
<style>
a { background-color: #EA7FFE; }
a { background-color: rgb(234,127,254); }
div.DivClassName
{
background-color: #EA7FFE;
}
.BgClassName
{
background-color: #EA7FFE;
}
</style>
border-color css
<style>
span { border-color: #EA7FFE; }
span { border-color: rgb(234,127,254); }
td.TdClassName
{
border-color: #EA7FFE;
}
.TagClassName
{
border-color: #EA7FFE;
}
</style>