#E58CD0

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

Shades of Pale Magenta #E58CD0

Tints of Pale Magenta #E58CD0

Color information

#E58CD0 (or 0xE58CD0) is unknown color: approx Pale Magenta. HEX triplet: E5, 8C and D0. RGB value is (229,140,208). Sum of RGB (Red+Green+Blue) = 229+140+208=577 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.69% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CD0 is #1A732F. Grayscale: #AEAEAE. Windows color (decimal): -1733424 or 13667557. OLE color: 13667557.

HSL color Cylindrical-coordinate representation of color #E58CD0: hue angle of 314.16º 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 #E58CD0 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB229140208-
CMYK00.390.090.10
HSL314.16º63.12%72.35%-
HSV(B)314.16º38.86%89.8%-
XYZ53.0839.9764.59-
YUV174.36146.99166.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.69%
GREEN value IS 140 (55.08% from 255) = 24.26%
BLUE value IS 208 (81.64% from 255) = 36.05%
R=39.69%
G=24.26%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914020800.390.090.10314.1663.1272.35
HexE58CD00279A13a3f48
Octal345214320047111247277110
Binary1110010110001100110100000100111100110101001110101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CD0; }

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

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

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

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

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

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

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

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