Html Css Color HEX #E9A4DC Plum

📋 copy color: '#E9A4DC'

red 233 ◦ green 164 ◦ blue 220

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

Shades of Plum #E9A4DC

Tints of Plum #E9A4DC

RGB

 RED value IS 233 (91.41% from 255) = 37.76%

 GREEN value IS 164 (64.45% from 255) = 26.58%

 BLUE value IS 220 (86.33% from 255) = 35.66%

R = 37.76%
G = 26.58%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E9A4DC (or 0xE9A4DC) is known color: Plum. HEX triplet: E9, A4 and DC. RGB value is (233,164,220). Sum of RGB (Red+Green+Blue) = 233+164+220=617 (81% of max value = 765). Red value is 233 (91.41% from 255 or 37.76% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E9A4DC is #165B23. Grayscale: #BEBEBE. Windows color (decimal): -1465124 or 14460137. OLE color: 14460137.

HSL color Cylindrical-coordinate representation of color #E9A4DC: hue angle of 311.3º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E9A4DC is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 164 220 -
CMYK 0 0.30 0.06 0.09
HSL 311.3º 0.61% 0.78% -
HSV(B) 311.3º 0.3% 0.91% -
XYZ 59.8 49.04 74.02 -
YUV 191.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 233 164 220 0 0.30 0.06 0.09 311.3 0.61 0.78
Hex E9 A4 DC 0 1E 6 9 137 3D 4E
Octal 351 244 334 0 36 6 11 467 75 116
Binary 11101001 10100100 11011100 0 11110 110 1001 100110111 111101 1001110

Color Harmonies of #E9A4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A4DC

Black with #E9A4DC

Text Example


Text Example

White with #E9A4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A4DC; }

 p { color: rgb(233,164,220); }

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

background-color css

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

 a { background-color: rgb(233,164,220); }

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

border-color css

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

 span { border-color: rgb(233,164,220); }

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