#EC7CFF

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

Shades of Heliotrope #EC7CFF

Tints of Heliotrope #EC7CFF

Color information

#EC7CFF (or 0xEC7CFF) is unknown color: approx Heliotrope. HEX triplet: EC, 7C and FF. RGB value is (236,124,255). Sum of RGB (Red+Green+Blue) = 236+124+255=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #EC7CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CFF is #138300. Grayscale: #ACACAC. Windows color (decimal): -1278721 or 16743660. OLE color: 16743660.

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

Color convert

RGB236124255-
CMYK0.070.5100
HSL291.3º100%74.31%-
HSV(B)291.3º51.37%100%-
XYZ59.8539.4799.07-
YUV172.42174.61173.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.37%
GREEN value IS 124 (48.83% from 255) = 20.16%
BLUE value IS 255 (100% from 255) = 41.46%
R=38.37%
G=20.16%
B=41.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2361242550.070.5100291.310074.31
HexEC7CFF73300123644a
Octal35417437776300443144112
Binary111011001111100111111111111100110010010001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7CFF; }

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

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

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

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

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

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

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

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