#ec75ec

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

Shades of Violet #EC75EC

Tints of Violet #EC75EC

Color information

#EC75EC (or 0xEC75EC) is unknown color: approx Violet. HEX triplet: EC, 75 and EC. RGB value is (236,117,236). Sum of RGB (Red+Green+Blue) = 236+117+236=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 117 (46.09% from 255 or 19.86% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #EC75EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75EC is #138A13. Grayscale: #A5A5A5. Windows color (decimal): -1280532 or 15496684. OLE color: 15496684.

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

Color convert

RGB236117236-
CMYK00.5000.07
HSL300º75.8%69.22%-
HSV(B)300º50.42%92.55%-
XYZ56.0936.6183.47-
YUV166.15167.42177.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.07%
GREEN value IS 117 (46.09% from 255) = 19.86%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=40.07%
G=19.86%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611723600.5000.0730075.869.22
HexEC75EC0320712c4c45
Octal35416535406207454114105
Binary111011001110101111011000110010011110010110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec75ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec75ec; }

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

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

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

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

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

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

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

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