Html Css Color HEX #E49FEC Plum

📋 copy color: '#E49FEC'

red 228 ◦ green 159 ◦ blue 236

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

Shades of Plum #E49FEC

Tints of Plum #E49FEC

RGB

 RED value IS 228 (89.45% from 255) = 36.6%

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

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

R = 36.6%
G = 25.52%
B = 37.88%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E49FEC (or 0xE49FEC) is known color: Plum. HEX triplet: E4, 9F and EC. RGB value is (228,159,236). Sum of RGB (Red+Green+Blue) = 228+159+236=623 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.60% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #E49FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E49FEC is #1B6013. Grayscale: #BCBCBC. Windows color (decimal): -1794068 or 15507428. OLE color: 15507428.

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

Color convert

RGB 228 159 236 -
CMYK 0.03 0.33 0 0.07
HSL 293.77º 0.67% 0.77% -
HSV(B) 293.77º 0.33% 0.93% -
XYZ 59.53 47.35 85.36 -
YUV 188.41 154.86 156.24 -
System Red Green Blue C M Y K H S L
Decimal 228 159 236 0.03 0.33 0 0.07 293.77 0.67 0.77
Hex E4 9F EC 3 21 0 7 126 43 4D
Octal 344 237 354 3 41 0 7 446 103 115
Binary 11100100 10011111 11101100 11 100001 0 111 100100110 1000011 1001101

Color Harmonies of #E49FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49FEC

Black with #E49FEC

Text Example


Text Example

White with #E49FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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