#E58CDF

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

Shades of Violet #E58CDF

Tints of Violet #E58CDF

Color information

#E58CDF (or 0xE58CDF) is unknown color: approx Violet. HEX triplet: E5, 8C and DF. RGB value is (229,140,223). Sum of RGB (Red+Green+Blue) = 229+140+223=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CDF is #1A7320. Grayscale: #AFAFAF. Windows color (decimal): -1733409 or 14650597. OLE color: 14650597.

HSL color Cylindrical-coordinate representation of color #E58CDF: hue angle of 304.04º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58CDF is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB229140223-
CMYK00.390.030.10
HSL304.04º63.12%72.35%-
HSV(B)304.04º38.86%89.8%-
XYZ55.0140.7474.78-
YUV176.07154.49165.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.68%
GREEN value IS 140 (55.08% from 255) = 23.65%
BLUE value IS 223 (87.5% from 255) = 37.67%
R=38.68%
G=23.65%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914022300.390.030.10304.0463.1272.35
HexE58CDF0273A1303f48
Octal34521433704731246077110
Binary11100101100011001101111101001111110101001100001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CDF; }

 p { color: rgb(229,140,223); }

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

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

 a { background-color: rgb(229,140,223); }

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

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

 span { border-color: rgb(229,140,223); }

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