Html Css Color HEX #E18BDD Plum

📋 copy color: '#E18BDD'

red 225 ◦ green 139 ◦ blue 221

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

Shades of Plum #E18BDD

Tints of Plum #E18BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.78%

R = 38.46%
G = 23.76%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E18BDD (or 0xE18BDD) is known color: Plum. HEX triplet: E1, 8B and DD. RGB value is (225,139,221). Sum of RGB (Red+Green+Blue) = 225+139+221=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BDD is #1E7422. Grayscale: #ADADAD. Windows color (decimal): -1995811 or 14519265. OLE color: 14519265.

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

Color convert

RGB 225 139 221 -
CMYK 0 0.38 0.02 0.12
HSL 302.79º 0.59% 0.71% -
HSV(B) 302.79º 0.38% 0.88% -
XYZ 53.34 39.69 73.26 -
YUV 174.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 225 139 221 0 0.38 0.02 0.12 302.79 0.59 0.71
Hex E1 8B DD 0 26 2 C 12F 3B 47
Octal 341 213 335 0 46 2 14 457 73 107
Binary 11100001 10001011 11011101 0 100110 10 1100 100101111 111011 1000111

Color Harmonies of #E18BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BDD

Black with #E18BDD

Text Example


Text Example

White with #E18BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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