Shades of Heliotrope #EA7DFC
Tints of Heliotrope #EA7DFC
RGB
CMYK
RGB Variations
Color information
#EA7DFC (or 0xEA7DFC) is known color: Heliotrope. HEX triplet: EA, 7D and FC. RGB value is (234,125,252). Sum of RGB (Red+Green+Blue) = 234+125+252=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 125 (49.22% from 255 or 20.46% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA7DFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA7DFC is #158203. Grayscale: #ABABAB. Windows color (decimal): -1409540 or 16547306. OLE color: 16547306.
HSL color Cylindrical-coordinate representation of color #EA7DFC: hue angle of 291.5º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA7DFC is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 125 | 252 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.01 |
| HSL | 291.5º | 0.95% | 0.74% | - |
| HSV(B) | 291.5º | 0.5% | 0.99% | - |
| XYZ | 58.84 | 39.19 | 96.56 | - |
| YUV | 172.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 125 | 252 | 0.07 | 0.50 | 0 | 0.01 | 291.5 | 0.95 | 0.74 |
| Hex | EA | 7D | FC | 7 | 32 | 0 | 1 | 123 | 5F | 4A |
| Octal | 352 | 175 | 374 | 7 | 62 | 0 | 1 | 443 | 137 | 112 |
| Binary | 11101010 | 1111101 | 11111100 | 111 | 110010 | 0 | 1 | 100100011 | 1011111 | 1001010 |
Color Harmonies of #EA7DFC
Complementary color
Monochromatic Colors of #EA7DFC
Black with #EA7DFC
Text Example
Text Example
White with #EA7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7DFC; }
p { color: rgb(234,125,252); }
H1.HeaderClassName
{
color: #EA7DFC;
}
.AnyTagClassName
{
color: #EA7DFC;
}
</style>
background-color css
<style>
a { background-color: #EA7DFC; }
a { background-color: rgb(234,125,252); }
div.DivClassName
{
background-color: #EA7DFC;
}
.BgClassName
{
background-color: #EA7DFC;
}
</style>
border-color css
<style>
span { border-color: #EA7DFC; }
span { border-color: rgb(234,125,252); }
td.TdClassName
{
border-color: #EA7DFC;
}
.TagClassName
{
border-color: #EA7DFC;
}
</style>