#EC6BEE

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

Shades of Violet #EC6BEE

Tints of Violet #EC6BEE

Color information

#EC6BEE (or 0xEC6BEE) is unknown color: approx Violet. HEX triplet: EC, 6B and EE. RGB value is (236,107,238). Sum of RGB (Red+Green+Blue) = 236+107+238=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 107 (42.19% from 255 or 18.42% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #EC6BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC6BEE is #139411. Grayscale: #A0A0A0. Windows color (decimal): -1283090 or 15625196. OLE color: 15625196.

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

Color convert

RGB236107238-
CMYK0.010.5500.07
HSL299.08º79.39%67.65%-
HSV(B)299.08º55.04%93.33%-
XYZ55.2834.5284.64-
YUV160.5171.74181.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.62%
GREEN value IS 107 (42.19% from 255) = 18.42%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=40.62%
G=18.42%
B=40.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361072380.010.5500.07299.0879.3967.65
HexEC6BEE1370712b4f44
Octal35415335616707453117104
Binary111011001101011111011101110111011110010101110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6BEE; }

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

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

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

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

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

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

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

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