Html Css Color HEX #E097DC Plum

📋 copy color: '#E097DC'

red 224 ◦ green 151 ◦ blue 220

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

Shades of Plum #E097DC

Tints of Plum #E097DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.38%

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 37.65%
G = 25.38%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E097DC (or 0xE097DC) is known color: Plum. HEX triplet: E0, 97 and DC. RGB value is (224,151,220). Sum of RGB (Red+Green+Blue) = 224+151+220=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DC is #1F6823. Grayscale: #B4B4B4. Windows color (decimal): -2058276 or 14456800. OLE color: 14456800.

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

Color convert

RGB 224 151 220 -
CMYK 0 0.33 0.02 0.12
HSL 303.29º 0.54% 0.74% -
HSV(B) 303.29º 0.33% 0.88% -
XYZ 54.73 43.15 73.15 -
YUV 180.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 224 151 220 0 0.33 0.02 0.12 303.29 0.54 0.74
Hex E0 97 DC 0 21 2 C 12F 36 4A
Octal 340 227 334 0 41 2 14 457 66 112
Binary 11100000 10010111 11011100 0 100001 10 1100 100101111 110110 1001010

Color Harmonies of #E097DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097DC

Black with #E097DC

Text Example


Text Example

White with #E097DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097DC; }

 p { color: rgb(224,151,220); }

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

background-color css

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

 a { background-color: rgb(224,151,220); }

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

border-color css

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

 span { border-color: rgb(224,151,220); }

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