Html Css Color HEX #E096DE Plum

📋 copy color: '#E096DE'

red 224 ◦ green 150 ◦ blue 222

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

Shades of Plum #E096DE

Tints of Plum #E096DE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.17%

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

R = 37.58%
G = 25.17%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E096DE (or 0xE096DE) is known color: Plum. HEX triplet: E0, 96 and DE. RGB value is (224,150,222). Sum of RGB (Red+Green+Blue) = 224+150+222=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 150 (58.98% from 255 or 25.17% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E096DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096DE is #1F6921. Grayscale: #B4B4B4. Windows color (decimal): -2058530 or 14587616. OLE color: 14587616.

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

Color convert

RGB 224 150 222 -
CMYK 0 0.33 0.01 0.12
HSL 301.62º 0.54% 0.73% -
HSV(B) 301.62º 0.33% 0.88% -
XYZ 54.83 42.93 74.5 -
YUV 180.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 224 150 222 0 0.33 0.01 0.12 301.62 0.54 0.73
Hex E0 96 DE 0 21 1 C 12E 36 49
Octal 340 226 336 0 41 1 14 456 66 111
Binary 11100000 10010110 11011110 0 100001 1 1100 100101110 110110 1001001

Color Harmonies of #E096DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096DE

Black with #E096DE

Text Example


Text Example

White with #E096DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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