Html Css Color HEX #E09ED0 Plum

📋 copy color: '#E09ED0'

red 224 ◦ green 158 ◦ blue 208

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

Shades of Plum #E09ED0

Tints of Plum #E09ED0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.78%

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

R = 37.97%
G = 26.78%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E09ED0 (or 0xE09ED0) is known color: Plum. HEX triplet: E0, 9E and D0. RGB value is (224,158,208). Sum of RGB (Red+Green+Blue) = 224+158+208=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 158 (62.11% from 255 or 26.78% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ED0 is #1F612F. Grayscale: #B7B7B7. Windows color (decimal): -2056496 or 13672160. OLE color: 13672160.

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

Color convert

RGB 224 158 208 -
CMYK 0 0.29 0.07 0.12
HSL 314.55º 0.52% 0.75% -
HSV(B) 314.55º 0.29% 0.88% -
XYZ 54.35 44.86 65.47 -
YUV 183.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 224 158 208 0 0.29 0.07 0.12 314.55 0.52 0.75
Hex E0 9E D0 0 1D 7 C 13B 34 4B
Octal 340 236 320 0 35 7 14 473 64 113
Binary 11100000 10011110 11010000 0 11101 111 1100 100111011 110100 1001011

Color Harmonies of #E09ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09ED0

Black with #E09ED0

Text Example


Text Example

White with #E09ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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