Html Css Color HEX #E19DEC Plum

📋 copy color: '#E19DEC'

red 225 ◦ green 157 ◦ blue 236

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

Shades of Plum #E19DEC

Tints of Plum #E19DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.4%

 BLUE value IS 236 (92.58% from 255) = 38.19%

R = 36.41%
G = 25.4%
B = 38.19%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E19DEC (or 0xE19DEC) is known color: Plum. HEX triplet: E1, 9D and EC. RGB value is (225,157,236). Sum of RGB (Red+Green+Blue) = 225+157+236=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #E19DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19DEC is #1E6213. Grayscale: #BABABA. Windows color (decimal): -1991188 or 15506913. OLE color: 15506913.

HSL color Cylindrical-coordinate representation of color #E19DEC: hue angle of 291.65º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E19DEC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 157 236 -
CMYK 0.05 0.33 0 0.07
HSL 291.65º 0.68% 0.77% -
HSV(B) 291.65º 0.33% 0.93% -
XYZ 58.25 46.18 85.2 -
YUV 186.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 225 157 236 0.05 0.33 0 0.07 291.65 0.68 0.77
Hex E1 9D EC 5 21 0 7 124 44 4D
Octal 341 235 354 5 41 0 7 444 104 115
Binary 11100001 10011101 11101100 101 100001 0 111 100100100 1000100 1001101

Color Harmonies of #E19DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19DEC

Black with #E19DEC

Text Example


Text Example

White with #E19DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19DEC; }

 p { color: rgb(225,157,236); }

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

background-color css

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

 a { background-color: rgb(225,157,236); }

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

border-color css

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

 span { border-color: rgb(225,157,236); }

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