Html Css Color HEX #E18DD2 Plum

📋 copy color: '#E18DD2'

red 225 ◦ green 141 ◦ blue 210

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

Shades of Plum #E18DD2

Tints of Plum #E18DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 39.06%
G = 24.48%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E18DD2 (or 0xE18DD2) is known color: Plum. HEX triplet: E1, 8D and D2. RGB value is (225,141,210). Sum of RGB (Red+Green+Blue) = 225+141+210=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E18DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18DD2 is #1E722D. Grayscale: #ADADAD. Windows color (decimal): -1995310 or 13798881. OLE color: 13798881.

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

Color convert

RGB 225 141 210 -
CMYK 0 0.37 0.07 0.12
HSL 310.71º 0.58% 0.72% -
HSV(B) 310.71º 0.37% 0.88% -
XYZ 52.21 39.71 65.89 -
YUV 173.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 225 141 210 0 0.37 0.07 0.12 310.71 0.58 0.72
Hex E1 8D D2 0 25 7 C 137 3A 48
Octal 341 215 322 0 45 7 14 467 72 110
Binary 11100001 10001101 11010010 0 100101 111 1100 100110111 111010 1001000

Color Harmonies of #E18DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18DD2

Black with #E18DD2

Text Example


Text Example

White with #E18DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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