Html Css Color HEX #E294EC Plum

📋 copy color: '#E294EC'

red 226 ◦ green 148 ◦ blue 236

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

Shades of Plum #E294EC

Tints of Plum #E294EC

RGB

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

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

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

R = 37.05%
G = 24.26%
B = 38.69%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E294EC (or 0xE294EC) is known color: Plum. HEX triplet: E2, 94 and EC. RGB value is (226,148,236). Sum of RGB (Red+Green+Blue) = 226+148+236=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 148 (58.20% from 255 or 24.26% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #E294EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E294EC is #1D6B13. Grayscale: #B5B5B5. Windows color (decimal): -1927956 or 15504610. OLE color: 15504610.

HSL color Cylindrical-coordinate representation of color #E294EC: hue angle of 293.18º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E294EC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 148 236 -
CMYK 0.04 0.37 0 0.07
HSL 293.18º 0.7% 0.75% -
HSV(B) 293.18º 0.37% 0.93% -
XYZ 57.09 43.4 84.73 -
YUV 181.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 226 148 236 0.04 0.37 0 0.07 293.18 0.7 0.75
Hex E2 94 EC 4 25 0 7 125 46 4B
Octal 342 224 354 4 45 0 7 445 106 113
Binary 11100010 10010100 11101100 100 100101 0 111 100100101 1000110 1001011

Color Harmonies of #E294EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E294EC

Black with #E294EC

Text Example


Text Example

White with #E294EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E294EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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