#EC82E3

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

Shades of Violet #EC82E3

Tints of Violet #EC82E3

Color information

#EC82E3 (or 0xEC82E3) is unknown color: approx Violet. HEX triplet: EC, 82 and E3. RGB value is (236,130,227). Sum of RGB (Red+Green+Blue) = 236+130+227=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 227 (89.06% from 255 or 38.28% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EC82E3 is #137D1C. Grayscale: #ACACAC. Windows color (decimal): -1277213 or 14910188. OLE color: 14910188.

HSL color Cylindrical-coordinate representation of color #EC82E3: hue angle of 305.09º 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 #EC82E3 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB236130227-
CMYK00.450.040.07
HSL305.09º73.61%71.76%-
HSV(B)305.09º44.92%92.55%-
XYZ56.4439.3477.29-
YUV172.75158.62173.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 130 (51.17% from 255) = 21.92%
BLUE value IS 227 (89.06% from 255) = 38.28%
R=39.80%
G=21.92%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613022700.450.040.07305.0973.6171.76
HexEC82E302D471314a48
Octal35420234305547461112110
Binary111011001000001011100011010110110011110011000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82E3; }

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

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

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

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

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

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

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

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