#EC6AED

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

Shades of Violet #EC6AED

Tints of Violet #EC6AED

Color information

#EC6AED (or 0xEC6AED) is unknown color: approx Violet. HEX triplet: EC, 6A and ED. RGB value is (236,106,237). Sum of RGB (Red+Green+Blue) = 236+106+237=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 106 (41.80% from 255 or 18.31% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #EC6AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AED is #139512. Grayscale: #9F9F9F. Windows color (decimal): -1283347 or 15559404. OLE color: 15559404.

HSL color Cylindrical-coordinate representation of color #EC6AED: hue angle of 299.54º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC6AED is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236106237-
CMYK0.000.5500.07
HSL299.54º78.44%67.25%-
HSV(B)299.54º55.27%92.94%-
XYZ55.0334.2683.83-
YUV159.8171.57182.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 106 (41.80% from 255) = 18.31%
BLUE value IS 237 (92.97% from 255) = 40.93%
R=40.76%
G=18.31%
B=40.93%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361062370.000.5500.07299.5478.4467.25
HexEC6AED0370712c4e43
Octal35415235506707454116103
Binary111011001101010111011010110111011110010110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6AED; }

 p { color: rgb(236,106,237); }

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

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

 a { background-color: rgb(236,106,237); }

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

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

 span { border-color: rgb(236,106,237); }

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