Shades of Heliotrope #EA6CFD
Tints of Heliotrope #EA6CFD
RGB
CMYK
RGB Variations
Color information
#EA6CFD (or 0xEA6CFD) is known color: Heliotrope. HEX triplet: EA, 6C and FD. RGB value is (234,108,253). Sum of RGB (Red+Green+Blue) = 234+108+253=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 108 (42.58% from 255 or 18.15% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #EA6CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6CFD is #159302. Grayscale: #A1A1A1. Windows color (decimal): -1413891 or 16608490. OLE color: 16608490.
HSL color Cylindrical-coordinate representation of color #EA6CFD: hue angle of 292.14º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6CFD is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 108 | 253 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.01 |
| HSL | 292.14º | 0.97% | 0.71% | - |
| HSV(B) | 292.14º | 0.57% | 0.99% | - |
| XYZ | 57.02 | 35.31 | 96.74 | - |
| YUV | 162.2 | 179.24 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 108 | 253 | 0.08 | 0.57 | 0 | 0.01 | 292.14 | 0.97 | 0.71 |
| Hex | EA | 6C | FD | 8 | 39 | 0 | 1 | 124 | 61 | 47 |
| Octal | 352 | 154 | 375 | 10 | 71 | 0 | 1 | 444 | 141 | 107 |
| Binary | 11101010 | 1101100 | 11111101 | 1000 | 111001 | 0 | 1 | 100100100 | 1100001 | 1000111 |
Color Harmonies of #EA6CFD
Complementary color
Monochromatic Colors of #EA6CFD
Black with #EA6CFD
Text Example
Text Example
White with #EA6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6CFD; }
p { color: rgb(234,108,253); }
H1.HeaderClassName
{
color: #EA6CFD;
}
.AnyTagClassName
{
color: #EA6CFD;
}
</style>
background-color css
<style>
a { background-color: #EA6CFD; }
a { background-color: rgb(234,108,253); }
div.DivClassName
{
background-color: #EA6CFD;
}
.BgClassName
{
background-color: #EA6CFD;
}
</style>
border-color css
<style>
span { border-color: #EA6CFD; }
span { border-color: rgb(234,108,253); }
td.TdClassName
{
border-color: #EA6CFD;
}
.TagClassName
{
border-color: #EA6CFD;
}
</style>