Html Css Color HEX #E58EDF Plum

📋 copy color: '#E58EDF'

red 229 ◦ green 142 ◦ blue 223

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

Shades of Plum #E58EDF

Tints of Plum #E58EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.54%

R = 38.55%
G = 23.91%
B = 37.54%

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

#E58EDF (or 0xE58EDF) is known color: Plum. HEX triplet: E5, 8E and DF. RGB value is (229,142,223). Sum of RGB (Red+Green+Blue) = 229+142+223=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 142 (55.86% from 255 or 23.91% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58EDF is #1A7120. Grayscale: #B1B1B1. Windows color (decimal): -1732897 or 14651109. OLE color: 14651109.

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

Color convert

RGB 229 142 223 -
CMYK 0 0.38 0.03 0.10
HSL 304.14º 0.63% 0.73% -
HSV(B) 304.14º 0.38% 0.9% -
XYZ 55.31 41.33 74.87 -
YUV 177.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 229 142 223 0 0.38 0.03 0.10 304.14 0.63 0.73
Hex E5 8E DF 0 26 3 A 130 3F 49
Octal 345 216 337 0 46 3 12 460 77 111
Binary 11100101 10001110 11011111 0 100110 11 1010 100110000 111111 1001001

Color Harmonies of #E58EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58EDF

Black with #E58EDF

Text Example


Text Example

White with #E58EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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