#EE82EF

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

Shades of Violet #EE82EF

Tints of Violet #EE82EF

Color information

#EE82EF (or 0xEE82EF) is unknown color: approx Violet. HEX triplet: EE, 82 and EF. RGB value is (238,130,239). Sum of RGB (Red+Green+Blue) = 238+130+239=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE82EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE82EF is #117D10. Grayscale: #AEAEAE. Windows color (decimal): -1146129 or 15696622. OLE color: 15696622.

HSL color Cylindrical-coordinate representation of color #EE82EF: hue angle of 299.45º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE82EF is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238130239-
CMYK0.000.4600.06
HSL299.45º77.3%72.35%-
HSV(B)299.45º45.61%93.73%-
XYZ58.8240.3786.35-
YUV174.72164.28173.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.21%
GREEN value IS 130 (51.17% from 255) = 21.42%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=39.21%
G=21.42%
B=39.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381302390.000.4600.06299.4577.372.35
HexEE82EF02E0612b4d48
Octal35620235705606453115110
Binary1110111010000010111011110101110011010010101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE82EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE82EF; }

 p { color: rgb(238,130,239); }

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

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

 a { background-color: rgb(238,130,239); }

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

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

 span { border-color: rgb(238,130,239); }

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