#ed6dff

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

Shades of Heliotrope #ED6DFF

Tints of Heliotrope #ED6DFF

Color information

#ED6DFF (or 0xED6DFF) is unknown color: approx Heliotrope. HEX triplet: ED, 6D and FF. RGB value is (237,109,255). Sum of RGB (Red+Green+Blue) = 237+109+255=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 109 (42.97% from 255 or 18.14% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED6DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DFF is #129200. Grayscale: #A3A3A3. Windows color (decimal): -1217025 or 16739821. OLE color: 16739821.

HSL color Cylindrical-coordinate representation of color #ED6DFF: hue angle of 292.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED6DFF is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB237109255-
CMYK0.070.5700
HSL292.6º100%71.37%-
HSV(B)292.6º57.25%100%-
XYZ58.4436.1698.51-
YUV163.92179.41180.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 109 (42.97% from 255) = 18.14%
BLUE value IS 255 (100% from 255) = 42.43%
R=39.43%
G=18.14%
B=42.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2371092550.070.5700292.610071.37
HexED6DFF739001256447
Octal35515537777100445144107
Binary111011011101101111111111111110010010010010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed6dff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed6dff; }

 p { color: rgb(237,109,255); }

 H1.HeaderClassName
 {
   color: #ed6dff;
 }
 .AnyTagClassName
 {
   color: #ed6dff;
 }
</style>
background-color css

<style>
 a { background-color: #ed6dff; }

 a { background-color: rgb(237,109,255); }

 div.DivClassName
 {
   background-color: #ed6dff;
 }
 .BgClassName
 {
   background-color: #ed6dff;
 }
</style>
border-color css

<style>
 span { border-color: #ed6dff; }

 span { border-color: rgb(237,109,255); }

 td.TdClassName
 {
   border-color: #ed6dff;
 }
 .TagClassName
 {
   border-color: #ed6dff;
 }
</style>