Shades of Heliotrope #EA83FF
Tints of Heliotrope #EA83FF
RGB
CMYK
RGB Variations
Color information
#EA83FF (or 0xEA83FF) is known color: Heliotrope. HEX triplet: EA, 83 and FF. RGB value is (234,131,255). Sum of RGB (Red+Green+Blue) = 234+131+255=620 (82% of max value = 765). Red value is 234 (91.80% from 255 or 37.74% from 620); Green value is 131 (51.56% from 255 or 21.13% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA83FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EA83FF is #157C00. Grayscale: #AFAFAF. Windows color (decimal): -1408001 or 16745450. OLE color: 16745450.
HSL color Cylindrical-coordinate representation of color #EA83FF: hue angle of 289.84º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA83FF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 131 | 255 | - |
| CMYK | 0.08 | 0.49 | 0 | 0 |
| HSL | 289.84º | 1% | 0.76% | - |
| HSV(B) | 289.84º | 0.49% | 1% | - |
| XYZ | 60.1 | 40.95 | 99.34 | - |
| YUV | 175.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 131 | 255 | 0.08 | 0.49 | 0 | 0 | 289.84 | 1 | 0.76 |
| Hex | EA | 83 | FF | 8 | 31 | 0 | 0 | 122 | 64 | 4C |
| Octal | 352 | 203 | 377 | 10 | 61 | 0 | 0 | 442 | 144 | 114 |
| Binary | 11101010 | 10000011 | 11111111 | 1000 | 110001 | 0 | 0 | 100100010 | 1100100 | 1001100 |
Color Harmonies of #EA83FF
Complementary color
Monochromatic Colors of #EA83FF
Black with #EA83FF
Text Example
Text Example
White with #EA83FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA83FF; }
p { color: rgb(234,131,255); }
H1.HeaderClassName
{
color: #EA83FF;
}
.AnyTagClassName
{
color: #EA83FF;
}
</style>
background-color css
<style>
a { background-color: #EA83FF; }
a { background-color: rgb(234,131,255); }
div.DivClassName
{
background-color: #EA83FF;
}
.BgClassName
{
background-color: #EA83FF;
}
</style>
border-color css
<style>
span { border-color: #EA83FF; }
span { border-color: rgb(234,131,255); }
td.TdClassName
{
border-color: #EA83FF;
}
.TagClassName
{
border-color: #EA83FF;
}
</style>