Html Css Color HEX #E09ED9 Plum

📋 copy color: '#E09ED9'

red 224 ◦ green 158 ◦ blue 217

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

Shades of Plum #E09ED9

Tints of Plum #E09ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 36.23%

R = 37.4%
G = 26.38%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E09ED9 (or 0xE09ED9) is known color: Plum. HEX triplet: E0, 9E and D9. RGB value is (224,158,217). Sum of RGB (Red+Green+Blue) = 224+158+217=599 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.40% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 217 (85.16% from 255 or 36.23% from 599); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ED9 is #1F6126. Grayscale: #B8B8B8. Windows color (decimal): -2056487 or 14261984. OLE color: 14261984.

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

Color convert

RGB 224 158 217 -
CMYK 0 0.29 0.03 0.12
HSL 306.36º 0.52% 0.75% -
HSV(B) 306.36º 0.29% 0.88% -
XYZ 55.49 45.31 71.47 -
YUV 184.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 224 158 217 0 0.29 0.03 0.12 306.36 0.52 0.75
Hex E0 9E D9 0 1D 3 C 132 34 4B
Octal 340 236 331 0 35 3 14 462 64 113
Binary 11100000 10011110 11011001 0 11101 11 1100 100110010 110100 1001011

Color Harmonies of #E09ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09ED9

Black with #E09ED9

Text Example


Text Example

White with #E09ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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