#E88AEC

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

Shades of Violet #E88AEC

Tints of Violet #E88AEC

Color information

#E88AEC (or 0xE88AEC) is unknown color: approx Violet. HEX triplet: E8, 8A and EC. RGB value is (232,138,236). Sum of RGB (Red+Green+Blue) = 232+138+236=606 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.28% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #E88AEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E88AEC is #177513. Grayscale: #B0B0B0. Windows color (decimal): -1537300 or 15502056. OLE color: 15502056.

HSL color Cylindrical-coordinate representation of color #E88AEC: hue angle of 297.55º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E88AEC is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232138236-
CMYK0.020.4200.07
HSL297.55º72.06%73.33%-
HSV(B)297.55º41.53%92.55%-
XYZ57.5141.3984.31-
YUV177.28161.14167.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 38.28%
GREEN value IS 138 (54.30% from 255) = 22.77%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=38.28%
G=22.77%
B=38.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2321382360.020.4200.07297.5572.0673.33
HexE88AEC22A0712a4849
Octal35021235425207452110111
Binary11101000100010101110110010101010011110010101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E88AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E88AEC; }

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

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

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

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

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

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

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

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