Html Css Color HEX #E18DDD Plum

📋 copy color: '#E18DDD'

red 225 ◦ green 141 ◦ blue 221

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

Shades of Plum #E18DDD

Tints of Plum #E18DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.65%

R = 38.33%
G = 24.02%
B = 37.65%

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

#E18DDD (or 0xE18DDD) is known color: Plum. HEX triplet: E1, 8D and DD. RGB value is (225,141,221). Sum of RGB (Red+Green+Blue) = 225+141+221=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DDD is #1E7222. Grayscale: #AFAFAF. Windows color (decimal): -1995299 or 14519777. OLE color: 14519777.

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

Color convert

RGB 225 141 221 -
CMYK 0 0.37 0.02 0.12
HSL 302.86º 0.58% 0.72% -
HSV(B) 302.86º 0.37% 0.88% -
XYZ 53.63 40.28 73.35 -
YUV 175.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 225 141 221 0 0.37 0.02 0.12 302.86 0.58 0.72
Hex E1 8D DD 0 25 2 C 12F 3A 48
Octal 341 215 335 0 45 2 14 457 72 110
Binary 11100001 10001101 11011101 0 100101 10 1100 100101111 111010 1001000

Color Harmonies of #E18DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DDD

Black with #E18DDD

Text Example


Text Example

White with #E18DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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