Html Css Color HEX #E09CD0 Plum

📋 copy color: '#E09CD0'

red 224 ◦ green 156 ◦ blue 208

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

Shades of Plum #E09CD0

Tints of Plum #E09CD0

RGB

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

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

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

R = 38.1%
G = 26.53%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E09CD0 (or 0xE09CD0) is known color: Plum. HEX triplet: E0, 9C and D0. RGB value is (224,156,208). Sum of RGB (Red+Green+Blue) = 224+156+208=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 156 (61.33% from 255 or 26.53% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 224 - color contains mainly: red. Hex color #E09CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09CD0 is #1F632F. Grayscale: #B6B6B6. Windows color (decimal): -2057008 or 13671648. OLE color: 13671648.

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

Color convert

RGB 224 156 208 -
CMYK 0 0.30 0.07 0.12
HSL 314.12º 0.52% 0.75% -
HSV(B) 314.12º 0.3% 0.88% -
XYZ 54.01 44.18 65.35 -
YUV 182.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 224 156 208 0 0.30 0.07 0.12 314.12 0.52 0.75
Hex E0 9C D0 0 1E 7 C 13A 34 4B
Octal 340 234 320 0 36 7 14 472 64 113
Binary 11100000 10011100 11010000 0 11110 111 1100 100111010 110100 1001011

Color Harmonies of #E09CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09CD0

Black with #E09CD0

Text Example


Text Example

White with #E09CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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