Html Css Color HEX #E09AD9 Plum

📋 copy color: '#E09AD9'

red 224 ◦ green 154 ◦ blue 217

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

Shades of Plum #E09AD9

Tints of Plum #E09AD9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.88%

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

R = 37.65%
G = 25.88%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E09AD9 (or 0xE09AD9) is known color: Plum. HEX triplet: E0, 9A and D9. RGB value is (224,154,217). Sum of RGB (Red+Green+Blue) = 224+154+217=595 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.65% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 217 (85.16% from 255 or 36.47% from 595); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AD9 is #1F6526. Grayscale: #B5B5B5. Windows color (decimal): -2057511 or 14260960. OLE color: 14260960.

HSL color Cylindrical-coordinate representation of color #E09AD9: hue angle of 306º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E09AD9 is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 154 217 -
CMYK 0 0.31 0.03 0.12
HSL 306º 0.53% 0.74% -
HSV(B) 306º 0.31% 0.88% -
XYZ 54.82 43.97 71.24 -
YUV 182.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 224 154 217 0 0.31 0.03 0.12 306 0.53 0.74
Hex E0 9A D9 0 1F 3 C 132 35 4A
Octal 340 232 331 0 37 3 14 462 65 112
Binary 11100000 10011010 11011001 0 11111 11 1100 100110010 110101 1001010

Color Harmonies of #E09AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AD9

Black with #E09AD9

Text Example


Text Example

White with #E09AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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