#EE77F4

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

Shades of Violet #EE77F4

Tints of Violet #EE77F4

Color information

#EE77F4 (or 0xEE77F4) is unknown color: approx Violet. HEX triplet: EE, 77 and F4. RGB value is (238,119,244). Sum of RGB (Red+Green+Blue) = 238+119+244=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 119 (46.88% from 255 or 19.80% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #EE77F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE77F4 is #11880B. Grayscale: #A8A8A8. Windows color (decimal): -1148940 or 16021486. OLE color: 16021486.

HSL color Cylindrical-coordinate representation of color #EE77F4: hue angle of 297.12º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE77F4 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238119244-
CMYK0.020.5100.04
HSL297.12º85.03%71.18%-
HSV(B)297.12º51.23%95.69%-
XYZ58.1937.989.84-
YUV168.83170.42177.34-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.60%
GREEN value IS 119 (46.88% from 255) = 19.80%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=39.60%
G=19.80%
B=40.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2381192440.020.5100.04297.1285.0371.18
HexEE77F4233041295547
Octal35616736426304451125107
Binary1110111011101111111010010110011010010010100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE77F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE77F4; }

 p { color: rgb(238,119,244); }

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

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

 a { background-color: rgb(238,119,244); }

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

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

 span { border-color: rgb(238,119,244); }

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