Html Css Color HEX #E18BD0 Plum

📋 copy color: '#E18BD0'

red 225 ◦ green 139 ◦ blue 208

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

Shades of Plum #E18BD0

Tints of Plum #E18BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.36%

R = 39.34%
G = 24.3%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E18BD0 (or 0xE18BD0) is known color: Plum. HEX triplet: E1, 8B and D0. RGB value is (225,139,208). Sum of RGB (Red+Green+Blue) = 225+139+208=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BD0 is #1E742F. Grayscale: #ACACAC. Windows color (decimal): -1995824 or 13667297. OLE color: 13667297.

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

Color convert

RGB 225 139 208 -
CMYK 0 0.38 0.08 0.12
HSL 311.86º 0.59% 0.71% -
HSV(B) 311.86º 0.38% 0.88% -
XYZ 51.67 39.03 64.48 -
YUV 172.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 225 139 208 0 0.38 0.08 0.12 311.86 0.59 0.71
Hex E1 8B D0 0 26 8 C 138 3B 47
Octal 341 213 320 0 46 10 14 470 73 107
Binary 11100001 10001011 11010000 0 100110 1000 1100 100111000 111011 1000111

Color Harmonies of #E18BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BD0

Black with #E18BD0

Text Example


Text Example

White with #E18BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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