#EE83FE

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

Shades of Violet #EE83FE

Tints of Violet #EE83FE

Color information

#EE83FE (or 0xEE83FE) is unknown color: approx Violet. HEX triplet: EE, 83 and FE. RGB value is (238,131,254). Sum of RGB (Red+Green+Blue) = 238+131+254=623 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.20% from 623); Green value is 131 (51.56% from 255 or 21.03% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE83FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE83FE is #117C01. Grayscale: #B0B0B0. Windows color (decimal): -1145858 or 16679918. OLE color: 16679918.

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

Color convert

RGB238131254-
CMYK0.060.4800.00
HSL292.2º98.4%75.49%-
HSV(B)292.2º48.43%99.61%-
XYZ61.2741.5798.56-
YUV177.01171.45171.5-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.20%
GREEN value IS 131 (51.56% from 255) = 21.03%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=38.20%
G=21.03%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381312540.060.4800.00292.298.475.49
HexEE83FE63000124624b
Octal35620337666000444142113
Binary1110111010000011111111101101100000010010010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE83FE; }

 p { color: rgb(238,131,254); }

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

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

 a { background-color: rgb(238,131,254); }

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

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

 span { border-color: rgb(238,131,254); }

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