Html Css Color HEX #E18BD7 Plum

📋 copy color: '#E18BD7'

red 225 ◦ green 139 ◦ blue 215

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

Shades of Plum #E18BD7

Tints of Plum #E18BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.13%

R = 38.86%
G = 24.01%
B = 37.13%

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

#E18BD7 (or 0xE18BD7) is known color: Plum. HEX triplet: E1, 8B and D7. RGB value is (225,139,215). Sum of RGB (Red+Green+Blue) = 225+139+215=579 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.86% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BD7 is #1E7428. Grayscale: #ADADAD. Windows color (decimal): -1995817 or 14126049. OLE color: 14126049.

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

Color convert

RGB 225 139 215 -
CMYK 0 0.38 0.04 0.12
HSL 306.98º 0.59% 0.71% -
HSV(B) 306.98º 0.38% 0.88% -
XYZ 52.55 39.38 69.12 -
YUV 173.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 225 139 215 0 0.38 0.04 0.12 306.98 0.59 0.71
Hex E1 8B D7 0 26 4 C 133 3B 47
Octal 341 213 327 0 46 4 14 463 73 107
Binary 11100001 10001011 11010111 0 100110 100 1100 100110011 111011 1000111

Color Harmonies of #E18BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BD7

Black with #E18BD7

Text Example


Text Example

White with #E18BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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