#E09AD4

Color #E09AD4 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #E09AD4

Tints of Plum #E09AD4

Color information

#E09AD4 (or 0xE09AD4) is unknown color: approx Plum. HEX triplet: E0, 9A and D4. RGB value is (224,154,212). Sum of RGB (Red+Green+Blue) = 224+154+212=590 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.97% from 590); Green value is 154 (60.55% from 255 or 26.10% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AD4 is #1F652B. Grayscale: #B5B5B5. Windows color (decimal): -2057516 or 13933280. OLE color: 13933280.

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

Color convert

RGB224154212-
CMYK00.310.050.12
HSL310.29º53.03%74.12%-
HSV(B)310.29º31.25%87.84%-
XYZ54.1843.7167.87-
YUV181.54145.19158.28-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.97%
GREEN value IS 154 (60.55% from 255) = 26.10%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=37.97%
G=26.10%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415421200.310.050.12310.2953.0374.12
HexE09AD401F5C136354a
Octal34023232403751446665112
Binary11100000100110101101010001111110111001001101101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09AD4; }

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

 H1.HeaderClassName
 {
   color: #E09AD4;
 }
 .AnyTagClassName
 {
   color: #E09AD4;
 }
</style>
background-color css

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

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

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

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

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

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