Html Css Color HEX #E097DD Plum

📋 copy color: '#E097DD'

red 224 ◦ green 151 ◦ blue 221

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

Shades of Plum #E097DD

Tints of Plum #E097DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.08%

R = 37.58%
G = 25.34%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E097DD (or 0xE097DD) is known color: Plum. HEX triplet: E0, 97 and DD. RGB value is (224,151,221). Sum of RGB (Red+Green+Blue) = 224+151+221=596 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.58% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 224 - color contains mainly: red. Hex color #E097DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E097DD is #1F6822. Grayscale: #B4B4B4. Windows color (decimal): -2058275 or 14522336. OLE color: 14522336.

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

Color convert

RGB 224 151 221 -
CMYK 0 0.33 0.01 0.12
HSL 302.47º 0.54% 0.74% -
HSV(B) 302.47º 0.33% 0.88% -
XYZ 54.86 43.2 73.85 -
YUV 180.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 224 151 221 0 0.33 0.01 0.12 302.47 0.54 0.74
Hex E0 97 DD 0 21 1 C 12E 36 4A
Octal 340 227 335 0 41 1 14 456 66 112
Binary 11100000 10010111 11011101 0 100001 1 1100 100101110 110110 1001010

Color Harmonies of #E097DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E097DD

Black with #E097DD

Text Example


Text Example

White with #E097DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E097DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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