#EE71EF

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

Shades of Violet #EE71EF

Tints of Violet #EE71EF

Color information

#EE71EF (or 0xEE71EF) is unknown color: approx Violet. HEX triplet: EE, 71 and EF. RGB value is (238,113,239). Sum of RGB (Red+Green+Blue) = 238+113+239=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 113 (44.53% from 255 or 19.15% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE71EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE71EF is #118E10. Grayscale: #A4A4A4. Windows color (decimal): -1150481 or 15692270. OLE color: 15692270.

HSL color Cylindrical-coordinate representation of color #EE71EF: hue angle of 299.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE71EF is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB238113239-
CMYK0.000.5300.06
HSL299.52º79.75%69.02%-
HSV(B)299.52º52.72%93.73%-
XYZ56.7536.2285.66-
YUV164.74169.91180.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.34%
GREEN value IS 113 (44.53% from 255) = 19.15%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=40.34%
G=19.15%
B=40.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381132390.000.5300.06299.5279.7569.02
HexEE71EF0350612c5045
Octal35616135706506454120105
Binary111011101110001111011110110101011010010110010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE71EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE71EF; }

 p { color: rgb(238,113,239); }

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

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

 a { background-color: rgb(238,113,239); }

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

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

 span { border-color: rgb(238,113,239); }

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