Html Css Color HEX #E58DDE Plum

📋 copy color: '#E58DDE'

red 229 ◦ green 141 ◦ blue 222

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

Shades of Plum #E58DDE

Tints of Plum #E58DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 38.68%
G = 23.82%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E58DDE (or 0xE58DDE) is known color: Plum. HEX triplet: E5, 8D and DE. RGB value is (229,141,222). Sum of RGB (Red+Green+Blue) = 229+141+222=592 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.68% from 592); Green value is 141 (55.47% from 255 or 23.82% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58DDE is #1A7221. Grayscale: #B0B0B0. Windows color (decimal): -1733154 or 14585317. OLE color: 14585317.

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

Color convert

RGB 229 141 222 -
CMYK 0 0.38 0.03 0.10
HSL 304.77º 0.63% 0.73% -
HSV(B) 304.77º 0.38% 0.9% -
XYZ 55.02 40.98 74.12 -
YUV 176.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 229 141 222 0 0.38 0.03 0.10 304.77 0.63 0.73
Hex E5 8D DE 0 26 3 A 131 3F 49
Octal 345 215 336 0 46 3 12 461 77 111
Binary 11100101 10001101 11011110 0 100110 11 1010 100110001 111111 1001001

Color Harmonies of #E58DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58DDE

Black with #E58DDE

Text Example


Text Example

White with #E58DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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