#EC7CF4

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

Shades of Violet #EC7CF4

Tints of Violet #EC7CF4

Color information

#EC7CF4 (or 0xEC7CF4) is unknown color: approx Violet. HEX triplet: EC, 7C and F4. RGB value is (236,124,244). Sum of RGB (Red+Green+Blue) = 236+124+244=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 124 (48.83% from 255 or 20.53% from 604); Blue value is 244 (95.70% from 255 or 40.40% from 604); Max value from RGB is 244 - color contains mainly: blue. Hex color #EC7CF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7CF4 is #13830B. Grayscale: #AAAAAA. Windows color (decimal): -1278732 or 16022764. OLE color: 16022764.

HSL color Cylindrical-coordinate representation of color #EC7CF4: hue angle of 296º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7CF4 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB236124244-
CMYK0.030.4900.04
HSL296º84.51%72.16%-
HSV(B)296º49.18%95.69%-
XYZ58.1338.7890.01-
YUV171.17169.11174.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.07%
GREEN value IS 124 (48.83% from 255) = 20.53%
BLUE value IS 244 (95.70% from 255) = 40.40%
R=39.07%
G=20.53%
B=40.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2361242440.030.4900.0429684.5172.16
HexEC7CF4331041285548
Octal35417436436104450125110
Binary1110110011111001111010011110001010010010100010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7CF4; }

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

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

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

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

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

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

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

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