Html Css Color HEX #E294DC Plum

📋 copy color: '#E294DC'

red 226 ◦ green 148 ◦ blue 220

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

Shades of Plum #E294DC

Tints of Plum #E294DC

RGB

 RED value IS 226 (88.67% from 255) = 38.05%

 GREEN value IS 148 (58.2% from 255) = 24.92%

 BLUE value IS 220 (86.33% from 255) = 37.04%

R = 38.05%
G = 24.92%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E294DC (or 0xE294DC) is known color: Plum. HEX triplet: E2, 94 and DC. RGB value is (226,148,220). Sum of RGB (Red+Green+Blue) = 226+148+220=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E294DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294DC is #1D6B23. Grayscale: #B3B3B3. Windows color (decimal): -1927972 or 14456034. OLE color: 14456034.

HSL color Cylindrical-coordinate representation of color #E294DC: hue angle of 304.62º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E294DC is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 220 -
CMYK 0 0.35 0.03 0.11
HSL 304.62º 0.57% 0.73% -
HSV(B) 304.62º 0.35% 0.89% -
XYZ 54.87 42.52 73.02 -
YUV 179.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 226 148 220 0 0.35 0.03 0.11 304.62 0.57 0.73
Hex E2 94 DC 0 23 3 B 131 39 49
Octal 342 224 334 0 43 3 13 461 71 111
Binary 11100010 10010100 11011100 0 100011 11 1011 100110001 111001 1001001

Color Harmonies of #E294DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294DC

Black with #E294DC

Text Example


Text Example

White with #E294DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294DC; }

 p { color: rgb(226,148,220); }

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

background-color css

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

 a { background-color: rgb(226,148,220); }

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

border-color css

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

 span { border-color: rgb(226,148,220); }

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