Html Css Color HEX #E18BD9 Plum

📋 copy color: '#E18BD9'

red 225 ◦ green 139 ◦ blue 217

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

Shades of Plum #E18BD9

Tints of Plum #E18BD9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.92%

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

R = 38.73%
G = 23.92%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E18BD9 (or 0xE18BD9) is known color: Plum. HEX triplet: E1, 8B and D9. RGB value is (225,139,217). Sum of RGB (Red+Green+Blue) = 225+139+217=581 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.73% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BD9 is #1E7426. Grayscale: #ADADAD. Windows color (decimal): -1995815 or 14257121. OLE color: 14257121.

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

Color convert

RGB 225 139 217 -
CMYK 0 0.38 0.04 0.12
HSL 305.58º 0.59% 0.71% -
HSV(B) 305.58º 0.38% 0.88% -
XYZ 52.81 39.48 70.48 -
YUV 173.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 225 139 217 0 0.38 0.04 0.12 305.58 0.59 0.71
Hex E1 8B D9 0 26 4 C 132 3B 47
Octal 341 213 331 0 46 4 14 462 73 107
Binary 11100001 10001011 11011001 0 100110 100 1100 100110010 111011 1000111

Color Harmonies of #E18BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BD9

Black with #E18BD9

Text Example


Text Example

White with #E18BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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