Html Css Color HEX #E097DB Plum

📋 copy color: '#E097DB'

red 224 ◦ green 151 ◦ blue 219

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

Shades of Plum #E097DB

Tints of Plum #E097DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.87%

R = 37.71%
G = 25.42%
B = 36.87%

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

#E097DB (or 0xE097DB) is known color: Plum. HEX triplet: E0, 97 and DB. RGB value is (224,151,219). Sum of RGB (Red+Green+Blue) = 224+151+219=594 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.71% from 594); Green value is 151 (59.38% from 255 or 25.42% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DB is #1F6824. Grayscale: #B4B4B4. Windows color (decimal): -2058277 or 14391264. OLE color: 14391264.

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

Color convert

RGB 224 151 219 -
CMYK 0 0.33 0.02 0.12
HSL 304.11º 0.54% 0.74% -
HSV(B) 304.11º 0.33% 0.88% -
XYZ 54.59 43.09 72.46 -
YUV 180.58 149.68 158.97 -
System Red Green Blue C M Y K H S L
Decimal 224 151 219 0 0.33 0.02 0.12 304.11 0.54 0.74
Hex E0 97 DB 0 21 2 C 130 36 4A
Octal 340 227 333 0 41 2 14 460 66 112
Binary 11100000 10010111 11011011 0 100001 10 1100 100110000 110110 1001010

Color Harmonies of #E097DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097DB

Black with #E097DB

Text Example


Text Example

White with #E097DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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