#EE80FD

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

Shades of Violet #EE80FD

Tints of Violet #EE80FD

Color information

#EE80FD (or 0xEE80FD) is unknown color: approx Violet. HEX triplet: EE, 80 and FD. RGB value is (238,128,253). Sum of RGB (Red+Green+Blue) = 238+128+253=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 128 (50.39% from 255 or 20.68% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #EE80FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80FD is #117F02. Grayscale: #AEAEAE. Windows color (decimal): -1146627 or 16613614. OLE color: 16613614.

HSL color Cylindrical-coordinate representation of color #EE80FD: hue angle of 292.8º degrees, saturation: 0.97, 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 #EE80FD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238128253-
CMYK0.060.4900.01
HSL292.8º96.9%74.71%-
HSV(B)292.8º49.41%99.22%-
XYZ60.7140.7197.59-
YUV175.14171.94172.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 128 (50.39% from 255) = 20.68%
BLUE value IS 253 (99.22% from 255) = 40.87%
R=38.45%
G=20.68%
B=40.87%

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
Decimal2381282530.060.4900.01292.896.974.71
HexEE80FD63101125614b
Octal35620037566101445141113
Binary1110111010000000111111011101100010110010010111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE80FD; }

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

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

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

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

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

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

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

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