#EC6DFA

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

Shades of Heliotrope #EC6DFA

Tints of Heliotrope #EC6DFA

Color information

#EC6DFA (or 0xEC6DFA) is unknown color: approx Heliotrope. HEX triplet: EC, 6D and FA. RGB value is (236,109,250). Sum of RGB (Red+Green+Blue) = 236+109+250=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 109 (42.97% from 255 or 18.32% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #EC6DFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DFA is #139205. Grayscale: #A2A2A2. Windows color (decimal): -1282566 or 16412140. OLE color: 16412140.

HSL color Cylindrical-coordinate representation of color #EC6DFA: hue angle of 294.04º 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 #EC6DFA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236109250-
CMYK0.060.5600.02
HSL294.04º93.38%70.39%-
HSV(B)294.04º56.4%98.04%-
XYZ57.3235.6794.31-
YUV163.05177.08180.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.66%
GREEN value IS 109 (42.97% from 255) = 18.32%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=39.66%
G=18.32%
B=42.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2361092500.060.5600.02294.0493.3870.39
HexEC6DFA638021265d46
Octal35415537267002446135106
Binary1110110011011011111101011011100001010010011010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6DFA; }

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

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

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

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

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

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

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

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