Html Css Color HEX #E18DDE Plum

📋 copy color: '#E18DDE'

red 225 ◦ green 141 ◦ blue 222

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

Shades of Plum #E18DDE

Tints of Plum #E18DDE

RGB

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

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

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

R = 38.27%
G = 23.98%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E18DDE (or 0xE18DDE) is known color: Plum. HEX triplet: E1, 8D and DE. RGB value is (225,141,222). Sum of RGB (Red+Green+Blue) = 225+141+222=588 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.27% from 588); Green value is 141 (55.47% from 255 or 23.98% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DDE is #1E7221. Grayscale: #AFAFAF. Windows color (decimal): -1995298 or 14585313. OLE color: 14585313.

HSL color Cylindrical-coordinate representation of color #E18DDE: hue angle of 302.14º 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 #E18DDE is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 141 222 -
CMYK 0 0.37 0.01 0.12
HSL 302.14º 0.58% 0.72% -
HSV(B) 302.14º 0.37% 0.88% -
XYZ 53.76 40.33 74.06 -
YUV 175.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 225 141 222 0 0.37 0.01 0.12 302.14 0.58 0.72
Hex E1 8D DE 0 25 1 C 12E 3A 48
Octal 341 215 336 0 45 1 14 456 72 110
Binary 11100001 10001101 11011110 0 100101 1 1100 100101110 111010 1001000

Color Harmonies of #E18DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DDE

Black with #E18DDE

Text Example


Text Example

White with #E18DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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