#E88AFA

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

Shades of Violet #E88AFA

Tints of Violet #E88AFA

Color information

#E88AFA (or 0xE88AFA) is unknown color: approx Violet. HEX triplet: E8, 8A and FA. RGB value is (232,138,250). Sum of RGB (Red+Green+Blue) = 232+138+250=620 (82% of max value = 765). Red value is 232 (91.02% from 255 or 37.42% from 620); Green value is 138 (54.30% from 255 or 22.26% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #E88AFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88AFA is #177505. Grayscale: #B2B2B2. Windows color (decimal): -1537286 or 16419560. OLE color: 16419560.

HSL color Cylindrical-coordinate representation of color #E88AFA: hue angle of 290.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E88AFA is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB232138250-
CMYK0.070.4500.02
HSL290.36º91.8%76.08%-
HSV(B)290.36º44.8%98.04%-
XYZ59.6242.2395.45-
YUV178.87168.14165.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 37.42%
GREEN value IS 138 (54.30% from 255) = 22.26%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=37.42%
G=22.26%
B=40.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2321382500.070.4500.02290.3691.876.08
HexE88AFA72D021225c4c
Octal35021237275502442134114
Binary11101000100010101111101011110110101010010001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88AFA; }

 p { color: rgb(232,138,250); }

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

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

 a { background-color: rgb(232,138,250); }

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

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

 span { border-color: rgb(232,138,250); }

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