#ec6bec

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

Shades of Violet #EC6BEC

Tints of Violet #EC6BEC

Color information

#EC6BEC (or 0xEC6BEC) is unknown color: approx Violet. HEX triplet: EC, 6B and EC. RGB value is (236,107,236). Sum of RGB (Red+Green+Blue) = 236+107+236=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 107 (42.19% from 255 or 18.48% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC6BEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BEC is #139413. Grayscale: #9F9F9F. Windows color (decimal): -1283092 or 15494124. OLE color: 15494124.

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

Color convert

RGB236107236-
CMYK00.5500.07
HSL300º77.25%67.25%-
HSV(B)300º54.66%92.55%-
XYZ54.9934.483.1-
YUV160.28170.74182.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.76%
GREEN value IS 107 (42.19% from 255) = 18.48%
BLUE value IS 236 (92.58% from 255) = 40.76%
R=40.76%
G=18.48%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610723600.5500.0730077.2567.25
HexEC6BEC0370712c4d43
Octal35415335406707454115103
Binary111011001101011111011000110111011110010110010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec6bec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec6bec; }

 p { color: rgb(236,107,236); }

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

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

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

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

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

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

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