#EE81FE

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

Shades of Violet #EE81FE

Tints of Violet #EE81FE

Color information

#EE81FE (or 0xEE81FE) is unknown color: approx Violet. HEX triplet: EE, 81 and FE. RGB value is (238,129,254). Sum of RGB (Red+Green+Blue) = 238+129+254=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 129 (50.78% from 255 or 20.77% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE81FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81FE is #117E01. Grayscale: #AFAFAF. Windows color (decimal): -1146370 or 16679406. OLE color: 16679406.

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

Color convert

RGB238129254-
CMYK0.060.4900.00
HSL292.32º98.43%75.1%-
HSV(B)292.32º49.21%99.61%-
XYZ6141.0398.47-
YUV175.84172.11172.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 129 (50.78% from 255) = 20.77%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=38.33%
G=20.77%
B=40.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2381292540.060.4900.00292.3298.4375.1
HexEE81FE63100124624b
Octal35620137666100444142113
Binary1110111010000001111111101101100010010010010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81FE; }

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

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

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

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

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

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

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

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