#E58EFC

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

Shades of Violet #E58EFC

Tints of Violet #E58EFC

Color information

#E58EFC (or 0xE58EFC) is unknown color: approx Violet. HEX triplet: E5, 8E and FC. RGB value is (229,142,252). Sum of RGB (Red+Green+Blue) = 229+142+252=623 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.76% from 623); Green value is 142 (55.86% from 255 or 22.79% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #E58EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E58EFC is #1A7103. Grayscale: #B4B4B4. Windows color (decimal): -1732868 or 16551653. OLE color: 16551653.

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

Color convert

RGB229142252-
CMYK0.090.4400.01
HSL287.45º94.83%77.25%-
HSV(B)287.45º43.65%98.82%-
XYZ59.5643.0397.26-
YUV180.55168.32162.56-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.76%
GREEN value IS 142 (55.86% from 255) = 22.79%
BLUE value IS 252 (98.83% from 255) = 40.45%
R=36.76%
G=22.79%
B=40.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2291422520.090.4400.01287.4594.8377.25
HexE58EFC92C0111f5f4d
Octal345216374115401437137115
Binary11100101100011101111110010011011000110001111110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58EFC; }

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

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

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

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

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

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

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

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