Html Css Color HEX #E18CDB Plum

📋 copy color: '#E18CDB'

red 225 ◦ green 140 ◦ blue 219

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

Shades of Plum #E18CDB

Tints of Plum #E18CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.97%

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

R = 38.53%
G = 23.97%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E18CDB (or 0xE18CDB) is known color: Plum. HEX triplet: E1, 8C and DB. RGB value is (225,140,219). Sum of RGB (Red+Green+Blue) = 225+140+219=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 140 (55.08% from 255 or 23.97% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E18CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E18CDB is #1E7324. Grayscale: #AEAEAE. Windows color (decimal): -1995557 or 14388449. OLE color: 14388449.

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

Color convert

RGB 225 140 219 -
CMYK 0 0.38 0.03 0.12
HSL 304.24º 0.59% 0.72% -
HSV(B) 304.24º 0.38% 0.88% -
XYZ 53.22 39.88 71.91 -
YUV 174.42 153.16 164.08 -
System Red Green Blue C M Y K H S L
Decimal 225 140 219 0 0.38 0.03 0.12 304.24 0.59 0.72
Hex E1 8C DB 0 26 3 C 130 3B 48
Octal 341 214 333 0 46 3 14 460 73 110
Binary 11100001 10001100 11011011 0 100110 11 1100 100110000 111011 1001000

Color Harmonies of #E18CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18CDB

Black with #E18CDB

Text Example


Text Example

White with #E18CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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