#EE80F9

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

Shades of Violet #EE80F9

Tints of Violet #EE80F9

Color information

#EE80F9 (or 0xEE80F9) is unknown color: approx Violet. HEX triplet: EE, 80 and F9. RGB value is (238,128,249). Sum of RGB (Red+Green+Blue) = 238+128+249=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 128 (50.39% from 255 or 20.81% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE80F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE80F9 is #117F06. Grayscale: #AEAEAE. Windows color (decimal): -1146631 or 16351470. OLE color: 16351470.

HSL color Cylindrical-coordinate representation of color #EE80F9: hue angle of 294.55º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE80F9 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238128249-
CMYK0.040.4900.02
HSL294.55º90.98%73.92%-
HSV(B)294.55º48.59%97.65%-
XYZ60.0840.4694.26-
YUV174.68169.94173.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 128 (50.39% from 255) = 20.81%
BLUE value IS 249 (97.66% from 255) = 40.49%
R=38.70%
G=20.81%
B=40.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381282490.040.4900.02294.5590.9873.92
HexEE80F9431021275b4a
Octal35620037146102447133112
Binary11101110100000001111100110011000101010010011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE80F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE80F9; }

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

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

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

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

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

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

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

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