Html Css Color HEX #E2A9DD Plum

📋 copy color: '#E2A9DD'

red 226 ◦ green 169 ◦ blue 221

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

Shades of Plum #E2A9DD

Tints of Plum #E2A9DD

RGB

 RED value IS 226 (88.67% from 255) = 36.69%

 GREEN value IS 169 (66.41% from 255) = 27.44%

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 36.69%
G = 27.44%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E2A9DD (or 0xE2A9DD) is known color: Plum. HEX triplet: E2, A9 and DD. RGB value is (226,169,221). Sum of RGB (Red+Green+Blue) = 226+169+221=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E2A9DD is #1D5622. Grayscale: #BFBFBF. Windows color (decimal): -1922595 or 14526946. OLE color: 14526946.

HSL color Cylindrical-coordinate representation of color #E2A9DD: hue angle of 305.26º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2A9DD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 169 221 -
CMYK 0 0.25 0.02 0.11
HSL 305.26º 0.5% 0.77% -
HSV(B) 305.26º 0.25% 0.89% -
XYZ 58.6 49.77 74.92 -
YUV 191.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 226 169 221 0 0.25 0.02 0.11 305.26 0.5 0.77
Hex E2 A9 DD 0 19 2 B 131 32 4D
Octal 342 251 335 0 31 2 13 461 62 115
Binary 11100010 10101001 11011101 0 11001 10 1011 100110001 110010 1001101

Color Harmonies of #E2A9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2A9DD

Black with #E2A9DD

Text Example


Text Example

White with #E2A9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2A9DD; }

 p { color: rgb(226,169,221); }

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

background-color css

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

 a { background-color: rgb(226,169,221); }

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

border-color css

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

 span { border-color: rgb(226,169,221); }

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