Html Css Color HEX #E49EDF Plum

📋 copy color: '#E49EDF'

red 228 ◦ green 158 ◦ blue 223

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

Shades of Plum #E49EDF

Tints of Plum #E49EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.94%

 BLUE value IS 223 (87.5% from 255) = 36.62%

R = 37.44%
G = 25.94%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E49EDF (or 0xE49EDF) is known color: Plum. HEX triplet: E4, 9E and DF. RGB value is (228,158,223). Sum of RGB (Red+Green+Blue) = 228+158+223=609 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.44% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 228 - color contains mainly: red. Hex color #E49EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E49EDF is #1B6120. Grayscale: #BABABA. Windows color (decimal): -1794337 or 14655204. OLE color: 14655204.

HSL color Cylindrical-coordinate representation of color #E49EDF: hue angle of 304.29º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E49EDF is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 158 223 -
CMYK 0 0.31 0.02 0.11
HSL 304.29º 0.56% 0.76% -
HSV(B) 304.29º 0.31% 0.89% -
XYZ 57.54 46.28 75.71 -
YUV 186.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 228 158 223 0 0.31 0.02 0.11 304.29 0.56 0.76
Hex E4 9E DF 0 1F 2 B 130 38 4C
Octal 344 236 337 0 37 2 13 460 70 114
Binary 11100100 10011110 11011111 0 11111 10 1011 100110000 111000 1001100

Color Harmonies of #E49EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49EDF

Black with #E49EDF

Text Example


Text Example

White with #E49EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49EDF; }

 p { color: rgb(228,158,223); }

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

background-color css

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

 a { background-color: rgb(228,158,223); }

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

border-color css

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

 span { border-color: rgb(228,158,223); }

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