#EE84EB

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

Shades of Violet #EE84EB

Tints of Violet #EE84EB

Color information

#EE84EB (or 0xEE84EB) is unknown color: approx Violet. HEX triplet: EE, 84 and EB. RGB value is (238,132,235). Sum of RGB (Red+Green+Blue) = 238+132+235=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 132 (51.95% from 255 or 21.82% from 605); Blue value is 235 (92.19% from 255 or 38.84% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EE84EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84EB is #117B14. Grayscale: #AFAFAF. Windows color (decimal): -1145621 or 15434990. OLE color: 15434990.

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

Color convert

RGB238132235-
CMYK00.450.010.07
HSL301.7º75.71%72.55%-
HSV(B)301.7º44.54%93.33%-
XYZ58.5140.6883.37-
YUV175.44161.62172.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 132 (51.95% from 255) = 21.82%
BLUE value IS 235 (92.19% from 255) = 38.84%
R=39.34%
G=21.82%
B=38.84%

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
Decimal23813223500.450.010.07301.775.7172.55
HexEE84EB02D1712e4c49
Octal35620435305517456114111
Binary1110111010000100111010110101101111110010111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84EB; }

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

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

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

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

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

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

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

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