#EC7DFF

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

Shades of Heliotrope #EC7DFF

Tints of Heliotrope #EC7DFF

Color information

#EC7DFF (or 0xEC7DFF) is unknown color: approx Heliotrope. HEX triplet: EC, 7D and FF. RGB value is (236,125,255). Sum of RGB (Red+Green+Blue) = 236+125+255=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 125 (49.22% from 255 or 20.29% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC7DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7DFF is #138200. Grayscale: #ACACAC. Windows color (decimal): -1278465 or 16743916. OLE color: 16743916.

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

Color convert

RGB236125255-
CMYK0.070.5100
HSL291.23º100%74.51%-
HSV(B)291.23º50.98%100%-
XYZ59.9839.7299.11-
YUV173.01174.27172.93-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.31%
GREEN value IS 125 (49.22% from 255) = 20.29%
BLUE value IS 255 (100% from 255) = 41.40%
R=38.31%
G=20.29%
B=41.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361252550.070.5100291.2310074.51
HexEC7DFF73300123644b
Octal35417537776300443144113
Binary111011001111101111111111111100110010010001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7DFF; }

 p { color: rgb(236,125,255); }

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

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

 a { background-color: rgb(236,125,255); }

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

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

 span { border-color: rgb(236,125,255); }

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