#EE7AF0

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

Shades of Violet #EE7AF0

Tints of Violet #EE7AF0

Color information

#EE7AF0 (or 0xEE7AF0) is unknown color: approx Violet. HEX triplet: EE, 7A and F0. RGB value is (238,122,240). Sum of RGB (Red+Green+Blue) = 238+122+240=600 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.67% from 600); Green value is 122 (48.05% from 255 or 20.33% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE7AF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EE7AF0 is #11850F. Grayscale: #A9A9A9. Windows color (decimal): -1148176 or 15760110. OLE color: 15760110.

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

Color convert

RGB238122240-
CMYK0.010.4900.06
HSL298.98º79.73%70.98%-
HSV(B)298.98º49.17%94.12%-
XYZ57.9538.3986.79-
YUV170.14167.43176.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.67%
GREEN value IS 122 (48.05% from 255) = 20.33%
BLUE value IS 240 (94.14% from 255) = 40%
R=39.67%
G=20.33%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381222400.010.4900.06298.9879.7370.98
HexEE7AF01310612b5047
Octal35617236016106453120107
Binary111011101111010111100001110001011010010101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7AF0; }

 p { color: rgb(238,122,240); }

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

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

 a { background-color: rgb(238,122,240); }

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

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

 span { border-color: rgb(238,122,240); }

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