#EC82EA

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

Shades of Violet #EC82EA

Tints of Violet #EC82EA

Color information

#EC82EA (or 0xEC82EA) is unknown color: approx Violet. HEX triplet: EC, 82 and EA. RGB value is (236,130,234). Sum of RGB (Red+Green+Blue) = 236+130+234=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 130 (51.17% from 255 or 21.67% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EC82EA is #137D15. Grayscale: #ADADAD. Windows color (decimal): -1277206 or 15368940. OLE color: 15368940.

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

Color convert

RGB236130234-
CMYK00.450.010.07
HSL301.13º73.61%71.76%-
HSV(B)301.13º44.92%92.55%-
XYZ57.4339.7482.49-
YUV173.55162.12172.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.33%
GREEN value IS 130 (51.17% from 255) = 21.67%
BLUE value IS 234 (91.80% from 255) = 39%
R=39.33%
G=21.67%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613023400.450.010.07301.1373.6171.76
HexEC82EA02D1712d4a48
Octal35420235205517455112110
Binary1110110010000010111010100101101111110010110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82EA; }

 p { color: rgb(236,130,234); }

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

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

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

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

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

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

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