#EE8AF2

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

Shades of Violet #EE8AF2

Tints of Violet #EE8AF2

Color information

#EE8AF2 (or 0xEE8AF2) is unknown color: approx Violet. HEX triplet: EE, 8A and F2. RGB value is (238,138,242). Sum of RGB (Red+Green+Blue) = 238+138+242=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 138 (54.30% from 255 or 22.33% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #EE8AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AF2 is #11750D. Grayscale: #B3B3B3. Windows color (decimal): -1144078 or 15895278. OLE color: 15895278.

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

Color convert

RGB238138242-
CMYK0.020.4300.05
HSL297.69º80%74.51%-
HSV(B)297.69º42.98%94.9%-
XYZ60.3842.7689.08-
YUV179.76163.13169.54-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 138 (54.30% from 255) = 22.33%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=38.51%
G=22.33%
B=39.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2381382420.020.4300.05297.698074.51
HexEE8AF222B0512a504b
Octal35621236225305452120113
Binary11101110100010101111001010101011010110010101010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AF2; }

 p { color: rgb(238,138,242); }

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

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

 a { background-color: rgb(238,138,242); }

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

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

 span { border-color: rgb(238,138,242); }

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