#EC7EF1

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

Shades of Violet #EC7EF1

Tints of Violet #EC7EF1

Color information

#EC7EF1 (or 0xEC7EF1) is unknown color: approx Violet. HEX triplet: EC, 7E and F1. RGB value is (236,126,241). Sum of RGB (Red+Green+Blue) = 236+126+241=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 126 (49.61% from 255 or 20.90% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #EC7EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC7EF1 is #13810E. Grayscale: #ABABAB. Windows color (decimal): -1278223 or 15826668. OLE color: 15826668.

HSL color Cylindrical-coordinate representation of color #EC7EF1: hue angle of 297.39º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7EF1 is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236126241-
CMYK0.020.4800.05
HSL297.39º80.42%71.96%-
HSV(B)297.39º47.72%94.51%-
XYZ57.9339.1187.71-
YUV172166.94173.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.14%
GREEN value IS 126 (49.61% from 255) = 20.90%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=39.14%
G=20.90%
B=39.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2361262410.020.4800.05297.3980.4271.96
HexEC7EF1230051295048
Octal35417636126005451120110
Binary1110110011111101111000110110000010110010100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7EF1; }

 p { color: rgb(236,126,241); }

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

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

 a { background-color: rgb(236,126,241); }

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

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

 span { border-color: rgb(236,126,241); }

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