Html Css Color HEX #E096D8 Plum

📋 copy color: '#E096D8'

red 224 ◦ green 150 ◦ blue 216

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

Shades of Plum #E096D8

Tints of Plum #E096D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.61%

R = 37.97%
G = 25.42%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E096D8 (or 0xE096D8) is known color: Plum. HEX triplet: E0, 96 and D8. RGB value is (224,150,216). Sum of RGB (Red+Green+Blue) = 224+150+216=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E096D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E096D8 is #1F6927. Grayscale: #B3B3B3. Windows color (decimal): -2058536 or 14194400. OLE color: 14194400.

HSL color Cylindrical-coordinate representation of color #E096D8: hue angle of 306.49º 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 #E096D8 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 216 -
CMYK 0 0.33 0.04 0.12
HSL 306.49º 0.54% 0.73% -
HSV(B) 306.49º 0.33% 0.88% -
XYZ 54.04 42.62 70.34 -
YUV 179.65 148.52 159.63 -
System Red Green Blue C M Y K H S L
Decimal 224 150 216 0 0.33 0.04 0.12 306.49 0.54 0.73
Hex E0 96 D8 0 21 4 C 132 36 49
Octal 340 226 330 0 41 4 14 462 66 111
Binary 11100000 10010110 11011000 0 100001 100 1100 100110010 110110 1001001

Color Harmonies of #E096D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E096D8

Black with #E096D8

Text Example


Text Example

White with #E096D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E096D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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