Html Css Color HEX #E097D7 Plum

📋 copy color: '#E097D7'

red 224 ◦ green 151 ◦ blue 215

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

Shades of Plum #E097D7

Tints of Plum #E097D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.44%

R = 37.97%
G = 25.59%
B = 36.44%

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

#E097D7 (or 0xE097D7) is known color: Plum. HEX triplet: E0, 97 and D7. RGB value is (224,151,215). Sum of RGB (Red+Green+Blue) = 224+151+215=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E097D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097D7 is #1F6828. Grayscale: #B3B3B3. Windows color (decimal): -2058281 or 14129120. OLE color: 14129120.

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

Color convert

RGB 224 151 215 -
CMYK 0 0.33 0.04 0.12
HSL 307.4º 0.54% 0.74% -
HSV(B) 307.4º 0.33% 0.88% -
XYZ 54.07 42.89 69.72 -
YUV 180.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 224 151 215 0 0.33 0.04 0.12 307.4 0.54 0.74
Hex E0 97 D7 0 21 4 C 133 36 4A
Octal 340 227 327 0 41 4 14 463 66 112
Binary 11100000 10010111 11010111 0 100001 100 1100 100110011 110110 1001010

Color Harmonies of #E097D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097D7

Black with #E097D7

Text Example


Text Example

White with #E097D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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