#EE81F7

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

Shades of Violet #EE81F7

Tints of Violet #EE81F7

Color information

#EE81F7 (or 0xEE81F7) is unknown color: approx Violet. HEX triplet: EE, 81 and F7. RGB value is (238,129,247). Sum of RGB (Red+Green+Blue) = 238+129+247=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 129 (50.78% from 255 or 21.01% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE81F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81F7 is #117E08. Grayscale: #AEAEAE. Windows color (decimal): -1146377 or 16220654. OLE color: 16220654.

HSL color Cylindrical-coordinate representation of color #EE81F7: hue angle of 295.42º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE81F7 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB238129247-
CMYK0.040.4800.03
HSL295.42º88.06%73.73%-
HSV(B)295.42º47.77%96.86%-
XYZ59.940.5992.67-
YUV175.04168.61172.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.76%
GREEN value IS 129 (50.78% from 255) = 21.01%
BLUE value IS 247 (96.88% from 255) = 40.23%
R=38.76%
G=21.01%
B=40.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2381292470.040.4800.03295.4288.0673.73
HexEE81F743003127584a
Octal35620136746003447130112
Binary11101110100000011111011110011000001110010011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81F7; }

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

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

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

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

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

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

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

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