Html Css Color HEX #E18AD1 Plum

📋 copy color: '#E18AD1'

red 225 ◦ green 138 ◦ blue 209

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

Shades of Plum #E18AD1

Tints of Plum #E18AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.13%

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 39.34%
G = 24.13%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E18AD1 (or 0xE18AD1) is known color: Plum. HEX triplet: E1, 8A and D1. RGB value is (225,138,209). Sum of RGB (Red+Green+Blue) = 225+138+209=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 138 (54.30% from 255 or 24.13% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AD1 is #1E752E. Grayscale: #ABABAB. Windows color (decimal): -1996079 or 13732577. OLE color: 13732577.

HSL color Cylindrical-coordinate representation of color #E18AD1: hue angle of 311.03º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18AD1 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 209 -
CMYK 0 0.39 0.07 0.12
HSL 311.03º 0.59% 0.71% -
HSV(B) 311.03º 0.39% 0.88% -
XYZ 51.65 38.79 65.09 -
YUV 172.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 225 138 209 0 0.39 0.07 0.12 311.03 0.59 0.71
Hex E1 8A D1 0 27 7 C 137 3B 47
Octal 341 212 321 0 47 7 14 467 73 107
Binary 11100001 10001010 11010001 0 100111 111 1100 100110111 111011 1000111

Color Harmonies of #E18AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18AD1

Black with #E18AD1

Text Example


Text Example

White with #E18AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18AD1; }

 p { color: rgb(225,138,209); }

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

background-color css

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

 a { background-color: rgb(225,138,209); }

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

border-color css

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

 span { border-color: rgb(225,138,209); }

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