Html Css Color HEX #E094DE Plum

📋 copy color: '#E094DE'

red 224 ◦ green 148 ◦ blue 222

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

Shades of Plum #E094DE

Tints of Plum #E094DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.37%

R = 37.71%
G = 24.92%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E094DE (or 0xE094DE) is known color: Plum. HEX triplet: E0, 94 and DE. RGB value is (224,148,222). Sum of RGB (Red+Green+Blue) = 224+148+222=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E094DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E094DE is #1F6B21. Grayscale: #B2B2B2. Windows color (decimal): -2059042 or 14587104. OLE color: 14587104.

HSL color Cylindrical-coordinate representation of color #E094DE: hue angle of 301.58º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E094DE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 222 -
CMYK 0 0.34 0.01 0.12
HSL 301.58º 0.55% 0.73% -
HSV(B) 301.58º 0.34% 0.88% -
XYZ 54.52 42.3 74.4 -
YUV 179.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 224 148 222 0 0.34 0.01 0.12 301.58 0.55 0.73
Hex E0 94 DE 0 22 1 C 12E 37 49
Octal 340 224 336 0 42 1 14 456 67 111
Binary 11100000 10010100 11011110 0 100010 1 1100 100101110 110111 1001001

Color Harmonies of #E094DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E094DE

Black with #E094DE

Text Example


Text Example

White with #E094DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E094DE; }

 p { color: rgb(224,148,222); }

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

background-color css

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

 a { background-color: rgb(224,148,222); }

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

border-color css

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

 span { border-color: rgb(224,148,222); }

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