Html Css Color HEX #E09DDC Plum

📋 copy color: '#E09DDC'

red 224 ◦ green 157 ◦ blue 220

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

Shades of Plum #E09DDC

Tints of Plum #E09DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.12%

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 37.27%
G = 26.12%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E09DDC (or 0xE09DDC) is known color: Plum. HEX triplet: E0, 9D and DC. RGB value is (224,157,220). Sum of RGB (Red+Green+Blue) = 224+157+220=601 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.27% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 224 - color contains mainly: red. Hex color #E09DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09DDC is #1F6223. Grayscale: #B8B8B8. Windows color (decimal): -2056740 or 14458336. OLE color: 14458336.

HSL color Cylindrical-coordinate representation of color #E09DDC: hue angle of 303.58º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E09DDC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 157 220 -
CMYK 0 0.30 0.02 0.12
HSL 303.58º 0.52% 0.75% -
HSV(B) 303.58º 0.3% 0.88% -
XYZ 55.72 45.13 73.48 -
YUV 184.22 148.2 156.38 -
System Red Green Blue C M Y K H S L
Decimal 224 157 220 0 0.30 0.02 0.12 303.58 0.52 0.75
Hex E0 9D DC 0 1E 2 C 130 34 4B
Octal 340 235 334 0 36 2 14 460 64 113
Binary 11100000 10011101 11011100 0 11110 10 1100 100110000 110100 1001011

Color Harmonies of #E09DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09DDC

Black with #E09DDC

Text Example


Text Example

White with #E09DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09DDC; }

 p { color: rgb(224,157,220); }

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

background-color css

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

 a { background-color: rgb(224,157,220); }

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

border-color css

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

 span { border-color: rgb(224,157,220); }

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