Html Css Color HEX #E09CDC Plum

📋 copy color: '#E09CDC'

red 224 ◦ green 156 ◦ blue 220

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

Shades of Plum #E09CDC

Tints of Plum #E09CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26%

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

R = 37.33%
G = 26%
B = 36.67%

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

#E09CDC (or 0xE09CDC) is known color: Plum. HEX triplet: E0, 9C and DC. RGB value is (224,156,220). Sum of RGB (Red+Green+Blue) = 224+156+220=600 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.33% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CDC is #1F6323. Grayscale: #B7B7B7. Windows color (decimal): -2056996 or 14458080. OLE color: 14458080.

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

Color convert

RGB 224 156 220 -
CMYK 0 0.30 0.02 0.12
HSL 303.53º 0.52% 0.75% -
HSV(B) 303.53º 0.3% 0.88% -
XYZ 55.55 44.79 73.43 -
YUV 183.63 148.53 156.8 -
System Red Green Blue C M Y K H S L
Decimal 224 156 220 0 0.30 0.02 0.12 303.53 0.52 0.75
Hex E0 9C DC 0 1E 2 C 130 34 4B
Octal 340 234 334 0 36 2 14 460 64 113
Binary 11100000 10011100 11011100 0 11110 10 1100 100110000 110100 1001011

Color Harmonies of #E09CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09CDC

Black with #E09CDC

Text Example


Text Example

White with #E09CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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