#E58EEC

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

Shades of Violet #E58EEC

Tints of Violet #E58EEC

Color information

#E58EEC (or 0xE58EEC) is unknown color: approx Violet. HEX triplet: E5, 8E and EC. RGB value is (229,142,236). Sum of RGB (Red+Green+Blue) = 229+142+236=607 (80% of max value = 765). Red value is 229 (89.84% from 255 or 37.73% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 236 (92.58% from 255 or 38.88% from 607); Max value from RGB is 236 - color contains mainly: blue. Hex color #E58EEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EEC is #1A7113. Grayscale: #B2B2B2. Windows color (decimal): -1732884 or 15503077. OLE color: 15503077.

HSL color Cylindrical-coordinate representation of color #E58EEC: hue angle of 295.53º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58EEC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB229142236-
CMYK0.030.4000.07
HSL295.53º71.21%74.12%-
HSV(B)295.53º39.83%92.55%-
XYZ57.1342.0684.46-
YUV178.73160.32163.86-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 37.73%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 236 (92.58% from 255) = 38.88%
R=37.73%
G=23.39%
B=38.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2291422360.030.4000.07295.5371.2174.12
HexE58EEC32807128474a
Octal34521635435007450107112
Binary11100101100011101110110011101000011110010100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EEC; }

 p { color: rgb(229,142,236); }

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

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

 a { background-color: rgb(229,142,236); }

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

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

 span { border-color: rgb(229,142,236); }

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