#EE84FD

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

Shades of Violet #EE84FD

Tints of Violet #EE84FD

Color information

#EE84FD (or 0xEE84FD) is unknown color: approx Violet. HEX triplet: EE, 84 and FD. RGB value is (238,132,253). Sum of RGB (Red+Green+Blue) = 238+132+253=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 132 (51.95% from 255 or 21.19% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE84FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE84FD is #117B02. Grayscale: #B1B1B1. Windows color (decimal): -1145603 or 16614638. OLE color: 16614638.

HSL color Cylindrical-coordinate representation of color #EE84FD: hue angle of 292.56º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE84FD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238132253-
CMYK0.060.4800.01
HSL292.56º96.8%75.49%-
HSV(B)292.56º47.83%99.22%-
XYZ61.2441.7797.76-
YUV177.49170.62171.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 132 (51.95% from 255) = 21.19%
BLUE value IS 253 (99.22% from 255) = 40.61%
R=38.20%
G=21.19%
B=40.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381322530.060.4800.01292.5696.875.49
HexEE84FD63001125614b
Octal35620437566001445141113
Binary1110111010000100111111011101100000110010010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE84FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE84FD; }

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

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

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

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

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

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

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

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