Html Css Color HEX #E18AD9 Plum

📋 copy color: '#E18AD9'

red 225 ◦ green 138 ◦ blue 217

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

Shades of Plum #E18AD9

Tints of Plum #E18AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.41%

R = 38.79%
G = 23.79%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E18AD9 (or 0xE18AD9) is known color: Plum. HEX triplet: E1, 8A and D9. RGB value is (225,138,217). Sum of RGB (Red+Green+Blue) = 225+138+217=580 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.79% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 217 (85.16% from 255 or 37.41% from 580); Max value from RGB is 225 - color contains mainly: red. Hex color #E18AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18AD9 is #1E7526. Grayscale: #ACACAC. Windows color (decimal): -1996071 or 14256865. OLE color: 14256865.

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

Color convert

RGB 225 138 217 -
CMYK 0 0.39 0.04 0.12
HSL 305.52º 0.59% 0.71% -
HSV(B) 305.52º 0.39% 0.88% -
XYZ 52.66 39.19 70.44 -
YUV 173.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 225 138 217 0 0.39 0.04 0.12 305.52 0.59 0.71
Hex E1 8A D9 0 27 4 C 132 3B 47
Octal 341 212 331 0 47 4 14 462 73 107
Binary 11100001 10001010 11011001 0 100111 100 1100 100110010 111011 1000111

Color Harmonies of #E18AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18AD9

Black with #E18AD9

Text Example


Text Example

White with #E18AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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