Html Css Color HEX #E09DED Plum

📋 copy color: '#E09DED'

red 224 ◦ green 157 ◦ blue 237

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

Shades of Plum #E09DED

Tints of Plum #E09DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.4%

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 36.25%
G = 25.4%
B = 38.35%

CMYK

 C value IS 0.05

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E09DED (or 0xE09DED) is known color: Plum. HEX triplet: E0, 9D and ED. RGB value is (224,157,237). Sum of RGB (Red+Green+Blue) = 224+157+237=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #E09DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E09DED is #1F6212. Grayscale: #B9B9B9. Windows color (decimal): -2056723 or 15572448. OLE color: 15572448.

HSL color Cylindrical-coordinate representation of color #E09DED: hue angle of 290.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09DED is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 224 157 237 -
CMYK 0.05 0.34 0 0.07
HSL 290.25º 0.69% 0.77% -
HSV(B) 290.25º 0.34% 0.93% -
XYZ 58.08 46.08 85.95 -
YUV 186.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 224 157 237 0.05 0.34 0 0.07 290.25 0.69 0.77
Hex E0 9D ED 5 22 0 7 122 45 4D
Octal 340 235 355 5 42 0 7 442 105 115
Binary 11100000 10011101 11101101 101 100010 0 111 100100010 1000101 1001101

Color Harmonies of #E09DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09DED

Black with #E09DED

Text Example


Text Example

White with #E09DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09DED; }

 p { color: rgb(224,157,237); }

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

background-color css

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

 a { background-color: rgb(224,157,237); }

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

border-color css

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

 span { border-color: rgb(224,157,237); }

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