#EC6DFD

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

Shades of Heliotrope #EC6DFD

Tints of Heliotrope #EC6DFD

Color information

#EC6DFD (or 0xEC6DFD) is unknown color: approx Heliotrope. HEX triplet: EC, 6D and FD. RGB value is (236,109,253). Sum of RGB (Red+Green+Blue) = 236+109+253=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 109 (42.97% from 255 or 18.23% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #EC6DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6DFD is #139202. Grayscale: #A2A2A2. Windows color (decimal): -1282563 or 16608748. OLE color: 16608748.

HSL color Cylindrical-coordinate representation of color #EC6DFD: hue angle of 292.92º 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 #EC6DFD is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236109253-
CMYK0.070.5700.01
HSL292.92º97.3%70.98%-
HSV(B)292.92º56.92%99.22%-
XYZ57.7935.8696.8-
YUV163.39178.58179.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.46%
GREEN value IS 109 (42.97% from 255) = 18.23%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=39.46%
G=18.23%
B=42.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2361092530.070.5700.01292.9297.370.98
HexEC6DFD739011256147
Octal35415537577101445141107
Binary111011001101101111111011111110010110010010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6DFD; }

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

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

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

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

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

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

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

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