Html Css Color HEX #E097D0 Plum

📋 copy color: '#E097D0'

red 224 ◦ green 151 ◦ blue 208

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

Shades of Plum #E097D0

Tints of Plum #E097D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.68%

R = 38.42%
G = 25.9%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E097D0 (or 0xE097D0) is known color: Plum. HEX triplet: E0, 97 and D0. RGB value is (224,151,208). Sum of RGB (Red+Green+Blue) = 224+151+208=583 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.42% from 583); Green value is 151 (59.38% from 255 or 25.90% from 583); Blue value is 208 (81.64% from 255 or 35.68% from 583); Max value from RGB is 224 - color contains mainly: red. Hex color #E097D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097D0 is #1F682F. Grayscale: #B3B3B3. Windows color (decimal): -2058288 or 13670368. OLE color: 13670368.

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

Color convert

RGB 224 151 208 -
CMYK 0 0.33 0.07 0.12
HSL 313.15º 0.54% 0.74% -
HSV(B) 313.15º 0.33% 0.88% -
XYZ 53.19 42.53 65.08 -
YUV 179.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 224 151 208 0 0.33 0.07 0.12 313.15 0.54 0.74
Hex E0 97 D0 0 21 7 C 139 36 4A
Octal 340 227 320 0 41 7 14 471 66 112
Binary 11100000 10010111 11010000 0 100001 111 1100 100111001 110110 1001010

Color Harmonies of #E097D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097D0

Black with #E097D0

Text Example


Text Example

White with #E097D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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