Shades of Heliotrope #ED6DFD
Tints of Heliotrope #ED6DFD
RGB
CMYK
RGB Variations
Color information
#ED6DFD (or 0xED6DFD) is known color: Heliotrope. HEX triplet: ED, 6D and FD. RGB value is (237,109,253). Sum of RGB (Red+Green+Blue) = 237+109+253=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 109 (42.97% from 255 or 18.20% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED6DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DFD is #129202. Grayscale: #A3A3A3. Windows color (decimal): -1217027 or 16608749. OLE color: 16608749.
HSL color Cylindrical-coordinate representation of color #ED6DFD: hue angle of 293.33º 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 #ED6DFD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 109 | 253 | - |
CMYK | 0.06 | 0.57 | 0 | 0.01 |
HSL | 293.33º | 0.97% | 0.71% | - |
HSV(B) | 293.33º | 0.57% | 0.99% | - |
XYZ | 58.12 | 36.03 | 96.82 | - |
YUV | 163.69 | 178.41 | 180.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 109 | 253 | 0.06 | 0.57 | 0 | 0.01 | 293.33 | 0.97 | 0.71 |
Hex | ED | 6D | FD | 6 | 39 | 0 | 1 | 125 | 61 | 47 |
Octal | 355 | 155 | 375 | 6 | 71 | 0 | 1 | 445 | 141 | 107 |
Binary | 11101101 | 1101101 | 11111101 | 110 | 111001 | 0 | 1 | 100100101 | 1100001 | 1000111 |
Color Harmonies of #ED6DFD
Complementary color
Monochromatic Colors of #ED6DFD
Black with #ED6DFD
Text Example
Text Example
White with #ED6DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED6DFD; }
p { color: rgb(237,109,253); }
H1.HeaderClassName
{
color: #ED6DFD;
}
.AnyTagClassName
{
color: #ED6DFD;
}
</style>
background-color css
<style>
a { background-color: #ED6DFD; }
a { background-color: rgb(237,109,253); }
div.DivClassName
{
background-color: #ED6DFD;
}
.BgClassName
{
background-color: #ED6DFD;
}
</style>
border-color css
<style>
span { border-color: #ED6DFD; }
span { border-color: rgb(237,109,253); }
td.TdClassName
{
border-color: #ED6DFD;
}
.TagClassName
{
border-color: #ED6DFD;
}
</style>