Shades of Heliotrope #EA85FE
Tints of Heliotrope #EA85FE
RGB
CMYK
RGB Variations
Color information
#EA85FE (or 0xEA85FE) is known color: Heliotrope. HEX triplet: EA, 85 and FE. RGB value is (234,133,254). Sum of RGB (Red+Green+Blue) = 234+133+254=621 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.68% from 621); Green value is 133 (52.34% from 255 or 21.42% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA85FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA85FE is #157A01. Grayscale: #B0B0B0. Windows color (decimal): -1407490 or 16680426. OLE color: 16680426.
HSL color Cylindrical-coordinate representation of color #EA85FE: hue angle of 290.08º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA85FE is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 133 | 254 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.00 |
| HSL | 290.08º | 0.98% | 0.76% | - |
| HSV(B) | 290.08º | 0.48% | 1% | - |
| XYZ | 60.21 | 41.42 | 98.59 | - |
| YUV | 176.99 | 171.46 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 133 | 254 | 0.08 | 0.48 | 0 | 0.00 | 290.08 | 0.98 | 0.76 |
| Hex | EA | 85 | FE | 8 | 30 | 0 | 0 | 122 | 62 | 4C |
| Octal | 352 | 205 | 376 | 10 | 60 | 0 | 0 | 442 | 142 | 114 |
| Binary | 11101010 | 10000101 | 11111110 | 1000 | 110000 | 0 | 0 | 100100010 | 1100010 | 1001100 |
Color Harmonies of #EA85FE
Complementary color
Monochromatic Colors of #EA85FE
Black with #EA85FE
Text Example
Text Example
White with #EA85FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA85FE; }
p { color: rgb(234,133,254); }
H1.HeaderClassName
{
color: #EA85FE;
}
.AnyTagClassName
{
color: #EA85FE;
}
</style>
background-color css
<style>
a { background-color: #EA85FE; }
a { background-color: rgb(234,133,254); }
div.DivClassName
{
background-color: #EA85FE;
}
.BgClassName
{
background-color: #EA85FE;
}
</style>
border-color css
<style>
span { border-color: #EA85FE; }
span { border-color: rgb(234,133,254); }
td.TdClassName
{
border-color: #EA85FE;
}
.TagClassName
{
border-color: #EA85FE;
}
</style>