Html Css Color HEX #E18EDC Plum

📋 copy color: '#E18EDC'

red 225 ◦ green 142 ◦ blue 220

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

Shades of Plum #E18EDC

Tints of Plum #E18EDC

RGB

 RED value IS 225 (88.28% from 255) = 38.33%

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

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

R = 38.33%
G = 24.19%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E18EDC (or 0xE18EDC) is known color: Plum. HEX triplet: E1, 8E and DC. RGB value is (225,142,220). Sum of RGB (Red+Green+Blue) = 225+142+220=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EDC is #1E7123. Grayscale: #AFAFAF. Windows color (decimal): -1995044 or 14454497. OLE color: 14454497.

HSL color Cylindrical-coordinate representation of color #E18EDC: hue angle of 303.61º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18EDC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 142 220 -
CMYK 0 0.37 0.02 0.12
HSL 303.61º 0.58% 0.72% -
HSV(B) 303.61º 0.37% 0.88% -
XYZ 53.64 40.52 72.7 -
YUV 175.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 225 142 220 0 0.37 0.02 0.12 303.61 0.58 0.72
Hex E1 8E DC 0 25 2 C 130 3A 48
Octal 341 216 334 0 45 2 14 460 72 110
Binary 11100001 10001110 11011100 0 100101 10 1100 100110000 111010 1001000

Color Harmonies of #E18EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18EDC

Black with #E18EDC

Text Example


Text Example

White with #E18EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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