#ED6DFD

Color #ED6DFD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #ED6DFD

Tints of Heliotrope #ED6DFD

Color information

#ED6DFD (or 0xED6DFD) is unknown color: approx 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

RGB237109253-
CMYK0.060.5700.01
HSL293.33º97.3%70.98%-
HSV(B)293.33º56.92%99.22%-
XYZ58.1236.0396.82-
YUV163.69178.41180.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 39.57%
GREEN value IS 109 (42.97% from 255) = 18.20%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=39.57%
G=18.20%
B=42.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371092530.060.5700.01293.3397.370.98
HexED6DFD639011256147
Octal35515537567101445141107
Binary111011011101101111111011101110010110010010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>