Html Css Color HEX #E19FEC Plum

📋 copy color: '#E19FEC'

red 225 ◦ green 159 ◦ blue 236

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

Shades of Plum #E19FEC

Tints of Plum #E19FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.65%

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

R = 36.29%
G = 25.65%
B = 38.06%

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

#E19FEC (or 0xE19FEC) is known color: Plum. HEX triplet: E1, 9F and EC. RGB value is (225,159,236). Sum of RGB (Red+Green+Blue) = 225+159+236=620 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.29% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #E19FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E19FEC is #1E6013. Grayscale: #BBBBBB. Windows color (decimal): -1990676 or 15507425. OLE color: 15507425.

HSL color Cylindrical-coordinate representation of color #E19FEC: hue angle of 291.43º degrees, saturation: 0.67, 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 #E19FEC is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 159 236 -
CMYK 0.05 0.33 0 0.07
HSL 291.43º 0.67% 0.77% -
HSV(B) 291.43º 0.33% 0.93% -
XYZ 58.59 46.86 85.31 -
YUV 187.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 225 159 236 0.05 0.33 0 0.07 291.43 0.67 0.77
Hex E1 9F EC 5 21 0 7 123 43 4D
Octal 341 237 354 5 41 0 7 443 103 115
Binary 11100001 10011111 11101100 101 100001 0 111 100100011 1000011 1001101

Color Harmonies of #E19FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19FEC

Black with #E19FEC

Text Example


Text Example

White with #E19FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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