#EE84EE

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

Shades of Violet #EE84EE

Tints of Violet #EE84EE

Color information

#EE84EE (or 0xEE84EE) is unknown color: approx Violet. HEX triplet: EE, 84 and EE. RGB value is (238,132,238). Sum of RGB (Red+Green+Blue) = 238+132+238=608 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.14% from 608); Green value is 132 (51.95% from 255 or 21.71% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE84EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84EE is #117B11. Grayscale: #AFAFAF. Windows color (decimal): -1145618 or 15631598. OLE color: 15631598.

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

Color convert

RGB238132238-
CMYK00.4500.07
HSL300º75.71%72.55%-
HSV(B)300º44.54%93.33%-
XYZ58.9440.8585.67-
YUV175.78163.12172.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.14%
GREEN value IS 132 (51.95% from 255) = 21.71%
BLUE value IS 238 (93.36% from 255) = 39.14%
R=39.14%
G=21.71%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23813223800.4500.0730075.7172.55
HexEE84EE02D0712c4c49
Octal35620435605507454114111
Binary1110111010000100111011100101101011110010110010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84EE; }

 p { color: rgb(238,132,238); }

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

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

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

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

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

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

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