#E58CDB

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

Shades of Plum #E58CDB

Tints of Plum #E58CDB

Color information

#E58CDB (or 0xE58CDB) is unknown color: approx Plum. HEX triplet: E5, 8C and DB. RGB value is (229,140,219). Sum of RGB (Red+Green+Blue) = 229+140+219=588 (77% of max value = 765). Red value is 229 (89.84% from 255 or 38.95% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 229 - color contains mainly: red. Hex color #E58CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58CDB is #1A7324. Grayscale: #AFAFAF. Windows color (decimal): -1733413 or 14388453. OLE color: 14388453.

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

Color convert

RGB229140219-
CMYK00.390.040.10
HSL306.74º63.12%72.35%-
HSV(B)306.74º38.86%89.8%-
XYZ54.4840.5371.97-
YUV175.62152.49166.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 38.95%
GREEN value IS 140 (55.08% from 255) = 23.81%
BLUE value IS 219 (85.94% from 255) = 37.24%
R=38.95%
G=23.81%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914021900.390.040.10306.7463.1272.35
HexE58CDB0274A1333f48
Octal34521433304741246377110
Binary111001011000110011011011010011110010101001100111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E58CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E58CDB; }

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

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

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

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

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

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

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

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