Html Css Color HEX #E18BD6 Plum

📋 copy color: '#E18BD6'

red 225 ◦ green 139 ◦ blue 214

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

Shades of Plum #E18BD6

Tints of Plum #E18BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.02%

R = 38.93%
G = 24.05%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E18BD6 (or 0xE18BD6) is known color: Plum. HEX triplet: E1, 8B and D6. RGB value is (225,139,214). Sum of RGB (Red+Green+Blue) = 225+139+214=578 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.93% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 225 - color contains mainly: red. Hex color #E18BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18BD6 is #1E7429. Grayscale: #ADADAD. Windows color (decimal): -1995818 or 14060513. OLE color: 14060513.

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

Color convert

RGB 225 139 214 -
CMYK 0 0.38 0.05 0.12
HSL 307.67º 0.59% 0.71% -
HSV(B) 307.67º 0.38% 0.88% -
XYZ 52.42 39.33 68.45 -
YUV 173.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 225 139 214 0 0.38 0.05 0.12 307.67 0.59 0.71
Hex E1 8B D6 0 26 5 C 134 3B 47
Octal 341 213 326 0 46 5 14 464 73 107
Binary 11100001 10001011 11010110 0 100110 101 1100 100110100 111011 1000111

Color Harmonies of #E18BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18BD6

Black with #E18BD6

Text Example


Text Example

White with #E18BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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