Html Css Color HEX #E293EC Plum

📋 copy color: '#E293EC'

red 226 ◦ green 147 ◦ blue 236

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

Shades of Plum #E293EC

Tints of Plum #E293EC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.14%

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

R = 37.11%
G = 24.14%
B = 38.75%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E293EC (or 0xE293EC) is known color: Plum. HEX triplet: E2, 93 and EC. RGB value is (226,147,236). Sum of RGB (Red+Green+Blue) = 226+147+236=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #E293EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E293EC is #1D6C13. Grayscale: #B4B4B4. Windows color (decimal): -1928212 or 15504354. OLE color: 15504354.

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

Color convert

RGB 226 147 236 -
CMYK 0.04 0.38 0 0.07
HSL 293.26º 0.7% 0.75% -
HSV(B) 293.26º 0.38% 0.93% -
XYZ 56.94 43.09 84.67 -
YUV 180.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 226 147 236 0.04 0.38 0 0.07 293.26 0.7 0.75
Hex E2 93 EC 4 26 0 7 125 46 4B
Octal 342 223 354 4 46 0 7 445 106 113
Binary 11100010 10010011 11101100 100 100110 0 111 100100101 1000110 1001011

Color Harmonies of #E293EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E293EC

Black with #E293EC

Text Example


Text Example

White with #E293EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E293EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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