#ed6dfa

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

Shades of Heliotrope #ED6DFA

Tints of Heliotrope #ED6DFA

Color information

#ED6DFA (or 0xED6DFA) is unknown color: approx Heliotrope. HEX triplet: ED, 6D and FA. RGB value is (237,109,250). Sum of RGB (Red+Green+Blue) = 237+109+250=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 109 (42.97% from 255 or 18.29% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #ED6DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #ED6DFA is #129205. Grayscale: #A2A2A2. Windows color (decimal): -1217030 or 16412141. OLE color: 16412141.

HSL color Cylindrical-coordinate representation of color #ED6DFA: hue angle of 294.47º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ED6DFA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237109250-
CMYK0.050.5600.02
HSL294.47º93.38%70.39%-
HSV(B)294.47º56.4%98.04%-
XYZ57.6535.8494.32-
YUV163.35176.91180.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 109 (42.97% from 255) = 18.29%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=39.77%
G=18.29%
B=41.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2371092500.050.5600.02294.4793.3870.39
HexED6DFA538021265d46
Octal35515537257002446135106
Binary1110110111011011111101010111100001010010011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed6dfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed6dfa; }

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

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

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

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

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

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

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

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