Html Css Color HEX #E093E2 Plum

📋 copy color: '#E093E2'

red 224 ◦ green 147 ◦ blue 226

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

Shades of Plum #E093E2

Tints of Plum #E093E2

RGB

 RED value IS 224 (87.89% from 255) = 37.52%

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

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

R = 37.52%
G = 24.62%
B = 37.86%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E093E2 (or 0xE093E2) is known color: Plum. HEX triplet: E0, 93 and E2. RGB value is (224,147,226). Sum of RGB (Red+Green+Blue) = 224+147+226=597 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.52% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 226 (88.67% from 255 or 37.86% from 597); Max value from RGB is 226 - color contains mainly: blue. Hex color #E093E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E093E2 is #1F6C1D. Grayscale: #B2B2B2. Windows color (decimal): -2059294 or 14848992. OLE color: 14848992.

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

Color convert

RGB 224 147 226 -
CMYK 0.01 0.35 0 0.11
HSL 298.48º 0.58% 0.73% -
HSV(B) 298.48º 0.35% 0.89% -
XYZ 54.9 42.21 77.2 -
YUV 179.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 224 147 226 0.01 0.35 0 0.11 298.48 0.58 0.73
Hex E0 93 E2 1 23 0 B 12A 3A 49
Octal 340 223 342 1 43 0 13 452 72 111
Binary 11100000 10010011 11100010 1 100011 0 1011 100101010 111010 1001001

Color Harmonies of #E093E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E093E2

Black with #E093E2

Text Example


Text Example

White with #E093E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E093E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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