Html Css Color HEX #E294DF Plum

📋 copy color: '#E294DF'

red 226 ◦ green 148 ◦ blue 223

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

Shades of Plum #E294DF

Tints of Plum #E294DF

RGB

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

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

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

R = 37.86%
G = 24.79%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E294DF (or 0xE294DF) is known color: Plum. HEX triplet: E2, 94 and DF. RGB value is (226,148,223). Sum of RGB (Red+Green+Blue) = 226+148+223=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E294DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294DF is #1D6B20. Grayscale: #B3B3B3. Windows color (decimal): -1927969 or 14652642. OLE color: 14652642.

HSL color Cylindrical-coordinate representation of color #E294DF: hue angle of 302.31º 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 #E294DF is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 148 223 -
CMYK 0 0.35 0.01 0.11
HSL 302.31º 0.57% 0.73% -
HSV(B) 302.31º 0.35% 0.89% -
XYZ 55.27 42.68 75.14 -
YUV 179.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 226 148 223 0 0.35 0.01 0.11 302.31 0.57 0.73
Hex E2 94 DF 0 23 1 B 12E 39 49
Octal 342 224 337 0 43 1 13 456 71 111
Binary 11100010 10010100 11011111 0 100011 1 1011 100101110 111001 1001001

Color Harmonies of #E294DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294DF

Black with #E294DF

Text Example


Text Example

White with #E294DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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