#ec75ef

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

Shades of Violet #EC75EF

Tints of Violet #EC75EF

Color information

#EC75EF (or 0xEC75EF) is unknown color: approx Violet. HEX triplet: EC, 75 and EF. RGB value is (236,117,239). Sum of RGB (Red+Green+Blue) = 236+117+239=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 117 (46.09% from 255 or 19.76% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #EC75EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC75EF is #138A10. Grayscale: #A6A6A6. Windows color (decimal): -1280529 or 15693292. OLE color: 15693292.

HSL color Cylindrical-coordinate representation of color #EC75EF: hue angle of 298.52º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC75EF is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236117239-
CMYK0.010.5100.06
HSL298.52º79.22%69.8%-
HSV(B)298.52º51.05%93.73%-
XYZ56.5336.7985.78-
YUV166.49168.92177.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 117 (46.09% from 255) = 19.76%
BLUE value IS 239 (93.75% from 255) = 40.37%
R=39.86%
G=19.76%
B=40.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361172390.010.5100.06298.5279.2269.8
HexEC75EF1330612b4f46
Octal35416535716306453117106
Binary111011001110101111011111110011011010010101110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec75ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec75ef; }

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

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

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

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

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

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

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

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