#EC88EC

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

Shades of Violet #EC88EC

Tints of Violet #EC88EC

Color information

#EC88EC (or 0xEC88EC) is unknown color: approx Violet. HEX triplet: EC, 88 and EC. RGB value is (236,136,236). Sum of RGB (Red+Green+Blue) = 236+136+236=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 136 (53.52% from 255 or 22.37% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC88EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC88EC is #137713. Grayscale: #B1B1B1. Windows color (decimal): -1275668 or 15501548. OLE color: 15501548.

HSL color Cylindrical-coordinate representation of color #EC88EC: hue angle of 300º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC88EC is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236136236-
CMYK00.4200.07
HSL300º72.46%72.94%-
HSV(B)300º42.37%92.55%-
XYZ58.5441.584.28-
YUV177.3161.13169.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 136 (53.52% from 255) = 22.37%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=38.82%
G=22.37%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613623600.4200.0730072.4672.94
HexEC88EC02A0712c4849
Octal35421035405207454110111
Binary1110110010001000111011000101010011110010110010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC88EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC88EC; }

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

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

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

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

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

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

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

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