Html Css Color HEX #E097DA Plum

📋 copy color: '#E097DA'

red 224 ◦ green 151 ◦ blue 218

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

Shades of Plum #E097DA

Tints of Plum #E097DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.76%

R = 37.77%
G = 25.46%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E097DA (or 0xE097DA) is known color: Plum. HEX triplet: E0, 97 and DA. RGB value is (224,151,218). Sum of RGB (Red+Green+Blue) = 224+151+218=593 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.77% from 593); Green value is 151 (59.38% from 255 or 25.46% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DA is #1F6825. Grayscale: #B4B4B4. Windows color (decimal): -2058278 or 14325728. OLE color: 14325728.

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

Color convert

RGB 224 151 218 -
CMYK 0 0.33 0.03 0.12
HSL 304.93º 0.54% 0.74% -
HSV(B) 304.93º 0.33% 0.88% -
XYZ 54.46 43.04 71.77 -
YUV 180.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 224 151 218 0 0.33 0.03 0.12 304.93 0.54 0.74
Hex E0 97 DA 0 21 3 C 131 36 4A
Octal 340 227 332 0 41 3 14 461 66 112
Binary 11100000 10010111 11011010 0 100001 11 1100 100110001 110110 1001010

Color Harmonies of #E097DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097DA

Black with #E097DA

Text Example


Text Example

White with #E097DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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