#EE76EF

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

Shades of Violet #EE76EF

Tints of Violet #EE76EF

Color information

#EE76EF (or 0xEE76EF) is unknown color: approx Violet. HEX triplet: EE, 76 and EF. RGB value is (238,118,239). Sum of RGB (Red+Green+Blue) = 238+118+239=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE76EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE76EF is #118910. Grayscale: #A7A7A7. Windows color (decimal): -1149201 or 15693550. OLE color: 15693550.

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

Color convert

RGB238118239-
CMYK0.000.5100.06
HSL299.5º79.08%70%-
HSV(B)299.5º50.63%93.73%-
XYZ57.3237.3785.85-
YUV167.67168.26178.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 19.83%
BLUE value IS 239 (93.75% from 255) = 40.17%
R=40%
G=19.83%
B=40.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381182390.000.5100.06299.579.0870
HexEE76EF0330612c4f46
Octal35616635706306454117106
Binary111011101110110111011110110011011010010110010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE76EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE76EF; }

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

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

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

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

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

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

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

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