Html Css Color HEX #E18EDB Plum

📋 copy color: '#E18EDB'

red 225 ◦ green 142 ◦ blue 219

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

Shades of Plum #E18EDB

Tints of Plum #E18EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.23%

 BLUE value IS 219 (85.94% from 255) = 37.37%

R = 38.4%
G = 24.23%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E18EDB (or 0xE18EDB) is known color: Plum. HEX triplet: E1, 8E and DB. RGB value is (225,142,219). Sum of RGB (Red+Green+Blue) = 225+142+219=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E18EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18EDB is #1E7124. Grayscale: #AFAFAF. Windows color (decimal): -1995045 or 14388961. OLE color: 14388961.

HSL color Cylindrical-coordinate representation of color #E18EDB: hue angle of 304.34º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18EDB is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 142 219 -
CMYK 0 0.37 0.03 0.12
HSL 304.34º 0.58% 0.72% -
HSV(B) 304.34º 0.37% 0.88% -
XYZ 53.51 40.47 72.01 -
YUV 175.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 225 142 219 0 0.37 0.03 0.12 304.34 0.58 0.72
Hex E1 8E DB 0 25 3 C 130 3A 48
Octal 341 216 333 0 45 3 14 460 72 110
Binary 11100001 10001110 11011011 0 100101 11 1100 100110000 111010 1001000

Color Harmonies of #E18EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18EDB

Black with #E18EDB

Text Example


Text Example

White with #E18EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18EDB; }

 p { color: rgb(225,142,219); }

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

background-color css

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

 a { background-color: rgb(225,142,219); }

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

border-color css

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

 span { border-color: rgb(225,142,219); }

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