#EE84FA

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

Shades of Violet #EE84FA

Tints of Violet #EE84FA

Color information

#EE84FA (or 0xEE84FA) is unknown color: approx Violet. HEX triplet: EE, 84 and FA. RGB value is (238,132,250). Sum of RGB (Red+Green+Blue) = 238+132+250=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 132 (51.95% from 255 or 21.29% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE84FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84FA is #117B05. Grayscale: #B0B0B0. Windows color (decimal): -1145606 or 16418030. OLE color: 16418030.

HSL color Cylindrical-coordinate representation of color #EE84FA: hue angle of 293.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE84FA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238132250-
CMYK0.050.4700.02
HSL293.9º92.19%74.9%-
HSV(B)293.9º47.2%98.04%-
XYZ60.7741.5895.27-
YUV177.15169.12171.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.39%
GREEN value IS 132 (51.95% from 255) = 21.29%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=38.39%
G=21.29%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381322500.050.4700.02293.992.1974.9
HexEE84FA52F021265c4b
Octal35620437255702446134113
Binary11101110100001001111101010110111101010010011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84FA; }

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

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

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

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

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

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

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

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