Shades of Heliotrope #EA6BFD
Tints of Heliotrope #EA6BFD
RGB
CMYK
RGB Variations
Color information
#EA6BFD (or 0xEA6BFD) is known color: Heliotrope. HEX triplet: EA, 6B and FD. RGB value is (234,107,253). Sum of RGB (Red+Green+Blue) = 234+107+253=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 107 (42.19% from 255 or 18.01% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA6BFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6BFD is #159402. Grayscale: #A1A1A1. Windows color (decimal): -1414147 or 16608234. OLE color: 16608234.
HSL color Cylindrical-coordinate representation of color #EA6BFD: hue angle of 292.19º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6BFD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 107 | 253 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.01 |
| HSL | 292.19º | 0.97% | 0.71% | - |
| HSV(B) | 292.19º | 0.58% | 0.99% | - |
| XYZ | 56.92 | 35.1 | 96.7 | - |
| YUV | 161.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 107 | 253 | 0.08 | 0.58 | 0 | 0.01 | 292.19 | 0.97 | 0.71 |
| Hex | EA | 6B | FD | 8 | 3A | 0 | 1 | 124 | 61 | 47 |
| Octal | 352 | 153 | 375 | 10 | 72 | 0 | 1 | 444 | 141 | 107 |
| Binary | 11101010 | 1101011 | 11111101 | 1000 | 111010 | 0 | 1 | 100100100 | 1100001 | 1000111 |
Color Harmonies of #EA6BFD
Complementary color
Monochromatic Colors of #EA6BFD
Black with #EA6BFD
Text Example
Text Example
White with #EA6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6BFD; }
p { color: rgb(234,107,253); }
H1.HeaderClassName
{
color: #EA6BFD;
}
.AnyTagClassName
{
color: #EA6BFD;
}
</style>
background-color css
<style>
a { background-color: #EA6BFD; }
a { background-color: rgb(234,107,253); }
div.DivClassName
{
background-color: #EA6BFD;
}
.BgClassName
{
background-color: #EA6BFD;
}
</style>
border-color css
<style>
span { border-color: #EA6BFD; }
span { border-color: rgb(234,107,253); }
td.TdClassName
{
border-color: #EA6BFD;
}
.TagClassName
{
border-color: #EA6BFD;
}
</style>