Html Css Color HEX #E091E2 Plum

📋 copy color: '#E091E2'

red 224 ◦ green 145 ◦ blue 226

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

Shades of Plum #E091E2

Tints of Plum #E091E2

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.37%

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

R = 37.65%
G = 24.37%
B = 37.98%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E091E2 (or 0xE091E2) is known color: Plum. HEX triplet: E0, 91 and E2. RGB value is (224,145,226). Sum of RGB (Red+Green+Blue) = 224+145+226=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 145 (57.03% from 255 or 24.37% from 595); Blue value is 226 (88.67% from 255 or 37.98% from 595); Max value from RGB is 226 - color contains mainly: blue. Hex color #E091E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E091E2 is #1F6E1D. Grayscale: #B1B1B1. Windows color (decimal): -2059806 or 14848480. OLE color: 14848480.

HSL color Cylindrical-coordinate representation of color #E091E2: hue angle of 298.52º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E091E2 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 224 145 226 -
CMYK 0.01 0.36 0 0.11
HSL 298.52º 0.58% 0.73% -
HSV(B) 298.52º 0.36% 0.89% -
XYZ 54.59 41.59 77.1 -
YUV 177.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 224 145 226 0.01 0.36 0 0.11 298.52 0.58 0.73
Hex E0 91 E2 1 24 0 B 12B 3A 49
Octal 340 221 342 1 44 0 13 453 72 111
Binary 11100000 10010001 11100010 1 100100 0 1011 100101011 111010 1001001

Color Harmonies of #E091E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E091E2

Black with #E091E2

Text Example


Text Example

White with #E091E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E091E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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