Html Css Color HEX #E18FDB Plum

📋 copy color: '#E18FDB'

red 225 ◦ green 143 ◦ blue 219

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

Shades of Plum #E18FDB

Tints of Plum #E18FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.36%

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

R = 38.33%
G = 24.36%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E18FDB (or 0xE18FDB) is known color: Plum. HEX triplet: E1, 8F and DB. RGB value is (225,143,219). Sum of RGB (Red+Green+Blue) = 225+143+219=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E18FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18FDB is #1E7024. Grayscale: #AFAFAF. Windows color (decimal): -1994789 or 14389217. OLE color: 14389217.

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

Color convert

RGB 225 143 219 -
CMYK 0 0.36 0.03 0.12
HSL 304.39º 0.58% 0.72% -
HSV(B) 304.39º 0.36% 0.88% -
XYZ 53.66 40.77 72.06 -
YUV 176.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 225 143 219 0 0.36 0.03 0.12 304.39 0.58 0.72
Hex E1 8F DB 0 24 3 C 130 3A 48
Octal 341 217 333 0 44 3 14 460 72 110
Binary 11100001 10001111 11011011 0 100100 11 1100 100110000 111010 1001000

Color Harmonies of #E18FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18FDB

Black with #E18FDB

Text Example


Text Example

White with #E18FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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