#EE80FC

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

Shades of Violet #EE80FC

Tints of Violet #EE80FC

Color information

#EE80FC (or 0xEE80FC) is unknown color: approx Violet. HEX triplet: EE, 80 and FC. RGB value is (238,128,252). Sum of RGB (Red+Green+Blue) = 238+128+252=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 128 (50.39% from 255 or 20.71% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE80FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FC is #117F03. Grayscale: #AEAEAE. Windows color (decimal): -1146628 or 16548078. OLE color: 16548078.

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

Color convert

RGB238128252-
CMYK0.060.4900.01
HSL293.23º95.38%74.51%-
HSV(B)293.23º49.21%98.82%-
XYZ60.5540.6496.75-
YUV175.03171.44172.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 128 (50.39% from 255) = 20.71%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=38.51%
G=20.71%
B=40.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381282520.060.4900.01293.2395.3874.51
HexEE80FC631011255f4b
Octal35620037466101445137113
Binary1110111010000000111111001101100010110010010110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE80FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE80FC; }

 p { color: rgb(238,128,252); }

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

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

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

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

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

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

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