Shades of Heliotrope #EA69F1
Tints of Heliotrope #EA69F1
RGB
CMYK
RGB Variations
Color information
#EA69F1 (or 0xEA69F1) is known color: Heliotrope. HEX triplet: EA, 69 and F1. RGB value is (234,105,241). Sum of RGB (Red+Green+Blue) = 234+105+241=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 105 (41.41% from 255 or 18.10% from 580); Blue value is 241 (94.53% from 255 or 41.55% from 580); Max value from RGB is 241 - color contains mainly: blue. Hex color #EA69F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA69F1 is #15960E. Grayscale: #9E9E9E. Windows color (decimal): -1414671 or 15821290. OLE color: 15821290.
HSL color Cylindrical-coordinate representation of color #EA69F1: hue angle of 296.91º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA69F1 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 105 | 241 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.05 |
| HSL | 296.91º | 0.83% | 0.68% | - |
| HSV(B) | 296.91º | 0.56% | 0.95% | - |
| XYZ | 54.86 | 33.95 | 86.88 | - |
| YUV | 159.08 | 174.24 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 105 | 241 | 0.03 | 0.56 | 0 | 0.05 | 296.91 | 0.83 | 0.68 |
| Hex | EA | 69 | F1 | 3 | 38 | 0 | 5 | 129 | 53 | 44 |
| Octal | 352 | 151 | 361 | 3 | 70 | 0 | 5 | 451 | 123 | 104 |
| Binary | 11101010 | 1101001 | 11110001 | 11 | 111000 | 0 | 101 | 100101001 | 1010011 | 1000100 |
Color Harmonies of #EA69F1
Complementary color
Monochromatic Colors of #EA69F1
Black with #EA69F1
Text Example
Text Example
White with #EA69F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA69F1; }
p { color: rgb(234,105,241); }
H1.HeaderClassName
{
color: #EA69F1;
}
.AnyTagClassName
{
color: #EA69F1;
}
</style>
background-color css
<style>
a { background-color: #EA69F1; }
a { background-color: rgb(234,105,241); }
div.DivClassName
{
background-color: #EA69F1;
}
.BgClassName
{
background-color: #EA69F1;
}
</style>
border-color css
<style>
span { border-color: #EA69F1; }
span { border-color: rgb(234,105,241); }
td.TdClassName
{
border-color: #EA69F1;
}
.TagClassName
{
border-color: #EA69F1;
}
</style>