Html Css Color HEX #E18DDA Plum

📋 copy color: '#E18DDA'

red 225 ◦ green 141 ◦ blue 218

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

Shades of Plum #E18DDA

Tints of Plum #E18DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 38.53%
G = 24.14%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E18DDA (or 0xE18DDA) is known color: Plum. HEX triplet: E1, 8D and DA. RGB value is (225,141,218). Sum of RGB (Red+Green+Blue) = 225+141+218=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 141 (55.47% from 255 or 24.14% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DDA is #1E7225. Grayscale: #AEAEAE. Windows color (decimal): -1995302 or 14323169. OLE color: 14323169.

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

Color convert

RGB 225 141 218 -
CMYK 0 0.37 0.03 0.12
HSL 305º 0.58% 0.72% -
HSV(B) 305º 0.37% 0.88% -
XYZ 53.23 40.12 71.27 -
YUV 174.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 225 141 218 0 0.37 0.03 0.12 305 0.58 0.72
Hex E1 8D DA 0 25 3 C 131 3A 48
Octal 341 215 332 0 45 3 14 461 72 110
Binary 11100001 10001101 11011010 0 100101 11 1100 100110001 111010 1001000

Color Harmonies of #E18DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DDA

Black with #E18DDA

Text Example


Text Example

White with #E18DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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