Html Css Color HEX #E58EDC Plum

📋 copy color: '#E58EDC'

red 229 ◦ green 142 ◦ blue 220

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

Shades of Plum #E58EDC

Tints of Plum #E58EDC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.03%

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

R = 38.75%
G = 24.03%
B = 37.23%

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

#E58EDC (or 0xE58EDC) is known color: Plum. HEX triplet: E5, 8E and DC. RGB value is (229,142,220). Sum of RGB (Red+Green+Blue) = 229+142+220=591 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.75% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EDC is #1A7123. Grayscale: #B0B0B0. Windows color (decimal): -1732900 or 14454501. OLE color: 14454501.

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

Color convert

RGB 229 142 220 -
CMYK 0 0.38 0.04 0.10
HSL 306.21º 0.63% 0.73% -
HSV(B) 306.21º 0.38% 0.9% -
XYZ 54.9 41.17 72.76 -
YUV 176.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 229 142 220 0 0.38 0.04 0.10 306.21 0.63 0.73
Hex E5 8E DC 0 26 4 A 132 3F 49
Octal 345 216 334 0 46 4 12 462 77 111
Binary 11100101 10001110 11011100 0 100110 100 1010 100110010 111111 1001001

Color Harmonies of #E58EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58EDC

Black with #E58EDC

Text Example


Text Example

White with #E58EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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