Html Css Color HEX #E09ED5 Plum

📋 copy color: '#E09ED5'

red 224 ◦ green 158 ◦ blue 213

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

Shades of Plum #E09ED5

Tints of Plum #E09ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.8%

R = 37.65%
G = 26.55%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E09ED5 (or 0xE09ED5) is known color: Plum. HEX triplet: E0, 9E and D5. RGB value is (224,158,213). Sum of RGB (Red+Green+Blue) = 224+158+213=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E09ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09ED5 is #1F612A. Grayscale: #B7B7B7. Windows color (decimal): -2056491 or 13999840. OLE color: 13999840.

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

Color convert

RGB 224 158 213 -
CMYK 0 0.29 0.05 0.12
HSL 310º 0.52% 0.75% -
HSV(B) 310º 0.29% 0.88% -
XYZ 54.98 45.11 68.76 -
YUV 184 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 224 158 213 0 0.29 0.05 0.12 310 0.52 0.75
Hex E0 9E D5 0 1D 5 C 136 34 4B
Octal 340 236 325 0 35 5 14 466 64 113
Binary 11100000 10011110 11010101 0 11101 101 1100 100110110 110100 1001011

Color Harmonies of #E09ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09ED5

Black with #E09ED5

Text Example


Text Example

White with #E09ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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