Html Css Color HEX #E58DDC Plum

📋 copy color: '#E58DDC'

red 229 ◦ green 141 ◦ blue 220

#E58DDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #E58DDC

Tints of Plum #E58DDC

RGB

 RED value IS 229 (89.84% from 255) = 38.81%

 GREEN value IS 141 (55.47% from 255) = 23.9%

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 38.81%
G = 23.9%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E58DDC (or 0xE58DDC) is known color: Plum. HEX triplet: E5, 8D and DC. RGB value is (229,141,220). Sum of RGB (Red+Green+Blue) = 229+141+220=590 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.81% from 590); Green value is 141 (55.47% from 255 or 23.90% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DDC is #1A7223. Grayscale: #B0B0B0. Windows color (decimal): -1733156 or 14454245. OLE color: 14454245.

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

Color convert

RGB 229 141 220 -
CMYK 0 0.38 0.04 0.10
HSL 306.14º 0.63% 0.73% -
HSV(B) 306.14º 0.38% 0.9% -
XYZ 54.76 40.88 72.71 -
YUV 176.32 152.65 165.58 -
System Red Green Blue C M Y K H S L
Decimal 229 141 220 0 0.38 0.04 0.10 306.14 0.63 0.73
Hex E5 8D DC 0 26 4 A 132 3F 49
Octal 345 215 334 0 46 4 12 462 77 111
Binary 11100101 10001101 11011100 0 100110 100 1010 100110010 111111 1001001

Color Harmonies of #E58DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58DDC

Black with #E58DDC

Text Example


Text Example

White with #E58DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58DDC; }

 p { color: rgb(229,141,220); }

 H1.HeaderClassName
 {
   color: #E58DDC;
 }
 .AnyTagClassName
 {
   color: #E58DDC;
 }
</style>

background-color css

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

 a { background-color: rgb(229,141,220); }

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

border-color css

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

 span { border-color: rgb(229,141,220); }

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