#EC71E9

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

Shades of Violet #EC71E9

Tints of Violet #EC71E9

Color information

#EC71E9 (or 0xEC71E9) is unknown color: approx Violet. HEX triplet: EC, 71 and E9. RGB value is (236,113,233). Sum of RGB (Red+Green+Blue) = 236+113+233=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 113 (44.53% from 255 or 19.42% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #EC71E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EC71E9 is #138E16. Grayscale: #A3A3A3. Windows color (decimal): -1281559 or 15299052. OLE color: 15299052.

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

Color convert

RGB236113233-
CMYK00.520.010.07
HSL301.46º76.4%68.43%-
HSV(B)301.46º52.12%92.55%-
XYZ55.2135.5381.04-
YUV163.46167.25179.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.55%
GREEN value IS 113 (44.53% from 255) = 19.42%
BLUE value IS 233 (91.41% from 255) = 40.03%
R=40.55%
G=19.42%
B=40.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611323300.520.010.07301.4676.468.43
HexEC71E90341712d4c44
Octal35416135106417455114104
Binary111011001110001111010010110100111110010110110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC71E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC71E9; }

 p { color: rgb(236,113,233); }

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

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

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

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

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

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

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