Html Css Color HEX #E09AD1 Plum

📋 copy color: '#E09AD1'

red 224 ◦ green 154 ◦ blue 209

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

Shades of Plum #E09AD1

Tints of Plum #E09AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.6%

R = 38.16%
G = 26.24%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E09AD1 (or 0xE09AD1) is known color: Plum. HEX triplet: E0, 9A and D1. RGB value is (224,154,209). Sum of RGB (Red+Green+Blue) = 224+154+209=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 154 (60.55% from 255 or 26.24% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 224 - color contains mainly: red. Hex color #E09AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E09AD1 is #1F652E. Grayscale: #B5B5B5. Windows color (decimal): -2057519 or 13736672. OLE color: 13736672.

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

Color convert

RGB 224 154 209 -
CMYK 0 0.31 0.07 0.12
HSL 312.86º 0.53% 0.74% -
HSV(B) 312.86º 0.31% 0.88% -
XYZ 53.8 43.56 65.89 -
YUV 181.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 224 154 209 0 0.31 0.07 0.12 312.86 0.53 0.74
Hex E0 9A D1 0 1F 7 C 139 35 4A
Octal 340 232 321 0 37 7 14 471 65 112
Binary 11100000 10011010 11010001 0 11111 111 1100 100111001 110101 1001010

Color Harmonies of #E09AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09AD1

Black with #E09AD1

Text Example


Text Example

White with #E09AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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