#EE8AEF

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

Shades of Violet #EE8AEF

Tints of Violet #EE8AEF

Color information

#EE8AEF (or 0xEE8AEF) is unknown color: approx Violet. HEX triplet: EE, 8A and EF. RGB value is (238,138,239). Sum of RGB (Red+Green+Blue) = 238+138+239=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE8AEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AEF is #117510. Grayscale: #B3B3B3. Windows color (decimal): -1144081 or 15698670. OLE color: 15698670.

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

Color convert

RGB238138239-
CMYK0.000.4200.06
HSL299.41º75.94%73.92%-
HSV(B)299.41º42.26%93.73%-
XYZ59.9342.5986.72-
YUV179.41161.63169.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 138 (54.30% from 255) = 22.44%
BLUE value IS 239 (93.75% from 255) = 38.86%
R=38.70%
G=22.44%
B=38.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2381382390.000.4200.06299.4175.9473.92
HexEE8AEF02A0612b4c4a
Octal35621235705206453114112
Binary1110111010001010111011110101010011010010101110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AEF; }

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

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

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

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

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

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

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

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