#EC6AEB

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

Shades of Violet #EC6AEB

Tints of Violet #EC6AEB

Color information

#EC6AEB (or 0xEC6AEB) is unknown color: approx Violet. HEX triplet: EC, 6A and EB. RGB value is (236,106,235). Sum of RGB (Red+Green+Blue) = 236+106+235=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 106 (41.80% from 255 or 18.37% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6AEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6AEB is #139514. Grayscale: #9F9F9F. Windows color (decimal): -1283349 or 15428332. OLE color: 15428332.

HSL color Cylindrical-coordinate representation of color #EC6AEB: hue angle of 300.46º degrees, saturation: 0.77, 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 #EC6AEB is Cyan = 0, Magento = 0.55, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB236106235-
CMYK00.550.000.07
HSL300.46º77.38%67.06%-
HSV(B)300.46º55.08%92.55%-
XYZ54.7434.1482.3-
YUV159.58170.57182.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.90%
GREEN value IS 106 (41.80% from 255) = 18.37%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=40.90%
G=18.37%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610623500.550.000.07300.4677.3867.06
HexEC6AEB0370712c4d43
Octal35415235306707454115103
Binary111011001101010111010110110111011110010110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6AEB; }

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

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

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

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

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

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

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

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