Html Css Color HEX #E294DD Plum

📋 copy color: '#E294DD'

red 226 ◦ green 148 ◦ blue 221

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

Shades of Plum #E294DD

Tints of Plum #E294DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.14%

R = 37.98%
G = 24.87%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E294DD (or 0xE294DD) is known color: Plum. HEX triplet: E2, 94 and DD. RGB value is (226,148,221). Sum of RGB (Red+Green+Blue) = 226+148+221=595 (78% of max value = 765). Red value is 226 (88.67% from 255 or 37.98% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 226 - color contains mainly: red. Hex color #E294DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E294DD is #1D6B22. Grayscale: #B3B3B3. Windows color (decimal): -1927971 or 14521570. OLE color: 14521570.

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

Color convert

RGB 226 148 221 -
CMYK 0 0.35 0.02 0.11
HSL 303.85º 0.57% 0.73% -
HSV(B) 303.85º 0.35% 0.89% -
XYZ 55.01 42.57 73.72 -
YUV 179.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 226 148 221 0 0.35 0.02 0.11 303.85 0.57 0.73
Hex E2 94 DD 0 23 2 B 130 39 49
Octal 342 224 335 0 43 2 13 460 71 111
Binary 11100010 10010100 11011101 0 100011 10 1011 100110000 111001 1001001

Color Harmonies of #E294DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294DD

Black with #E294DD

Text Example


Text Example

White with #E294DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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