#EE81FA

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

Shades of Violet #EE81FA

Tints of Violet #EE81FA

Color information

#EE81FA (or 0xEE81FA) is unknown color: approx Violet. HEX triplet: EE, 81 and FA. RGB value is (238,129,250). Sum of RGB (Red+Green+Blue) = 238+129+250=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 129 (50.78% from 255 or 20.91% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE81FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE81FA is #117E05. Grayscale: #AFAFAF. Windows color (decimal): -1146374 or 16417262. OLE color: 16417262.

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

Color convert

RGB238129250-
CMYK0.050.4800.02
HSL294.05º92.37%74.31%-
HSV(B)294.05º48.4%98.04%-
XYZ60.3740.7895.13-
YUV175.38170.11172.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 129 (50.78% from 255) = 20.91%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=38.57%
G=20.91%
B=40.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2381292500.050.4800.02294.0592.3774.31
HexEE81FA530021265c4a
Octal35620137256002446134112
Binary11101110100000011111101010111000001010010011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE81FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE81FA; }

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

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

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

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

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

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

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

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