#EE7EF1

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

Shades of Violet #EE7EF1

Tints of Violet #EE7EF1

Color information

#EE7EF1 (or 0xEE7EF1) is unknown color: approx Violet. HEX triplet: EE, 7E and F1. RGB value is (238,126,241). Sum of RGB (Red+Green+Blue) = 238+126+241=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 126 (49.61% from 255 or 20.83% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE7EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7EF1 is #11810E. Grayscale: #ACACAC. Windows color (decimal): -1147151 or 15826670. OLE color: 15826670.

HSL color Cylindrical-coordinate representation of color #EE7EF1: hue angle of 298.43º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EE7EF1 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238126241-
CMYK0.010.4800.05
HSL298.43º80.42%71.96%-
HSV(B)298.43º47.72%94.51%-
XYZ58.639.4587.75-
YUV172.6166.61174.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.34%
GREEN value IS 126 (49.61% from 255) = 20.83%
BLUE value IS 241 (94.53% from 255) = 39.83%
R=39.34%
G=20.83%
B=39.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381262410.010.4800.05298.4380.4271.96
HexEE7EF11300512a5048
Octal35617636116005452120110
Binary111011101111110111100011110000010110010101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7EF1; }

 p { color: rgb(238,126,241); }

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

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

 a { background-color: rgb(238,126,241); }

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

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

 span { border-color: rgb(238,126,241); }

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