#EE8AFC

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

Shades of Violet #EE8AFC

Tints of Violet #EE8AFC

Color information

#EE8AFC (or 0xEE8AFC) is unknown color: approx Violet. HEX triplet: EE, 8A and FC. RGB value is (238,138,252). Sum of RGB (Red+Green+Blue) = 238+138+252=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 138 (54.30% from 255 or 21.97% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE8AFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE8AFC is #117503. Grayscale: #B4B4B4. Windows color (decimal): -1144068 or 16550638. OLE color: 16550638.

HSL color Cylindrical-coordinate representation of color #EE8AFC: hue angle of 292.63º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EE8AFC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238138252-
CMYK0.060.4500.01
HSL292.63º95%76.47%-
HSV(B)292.63º45.24%98.82%-
XYZ61.9243.3897.21-
YUV180.9168.13168.73-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.90%
GREEN value IS 138 (54.30% from 255) = 21.97%
BLUE value IS 252 (98.83% from 255) = 40.13%
R=37.90%
G=21.97%
B=40.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381382520.060.4500.01292.639576.47
HexEE8AFC62D011255f4c
Octal35621237465501445137114
Binary1110111010001010111111001101011010110010010110111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8AFC; }

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

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

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

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

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

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

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

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