Html Css Color HEX #E7A9DF Plum

📋 copy color: '#E7A9DF'

red 231 ◦ green 169 ◦ blue 223

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

Shades of Plum #E7A9DF

Tints of Plum #E7A9DF

RGB

 RED value IS 231 (90.63% from 255) = 37.08%

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

 BLUE value IS 223 (87.5% from 255) = 35.79%

R = 37.08%
G = 27.13%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E7A9DF (or 0xE7A9DF) is known color: Plum. HEX triplet: E7, A9 and DF. RGB value is (231,169,223). Sum of RGB (Red+Green+Blue) = 231+169+223=623 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.08% from 623); Green value is 169 (66.41% from 255 or 27.13% from 623); Blue value is 223 (87.5% from 255 or 35.79% from 623); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A9DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A9DF is #185620. Grayscale: #C1C1C1. Windows color (decimal): -1594913 or 14658023. OLE color: 14658023.

HSL color Cylindrical-coordinate representation of color #E7A9DF: hue angle of 307.74º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E7A9DF is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 169 223 -
CMYK 0 0.27 0.03 0.09
HSL 307.74º 0.56% 0.78% -
HSV(B) 307.74º 0.27% 0.91% -
XYZ 60.46 50.69 76.41 -
YUV 193.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 231 169 223 0 0.27 0.03 0.09 307.74 0.56 0.78
Hex E7 A9 DF 0 1B 3 9 134 38 4E
Octal 347 251 337 0 33 3 11 464 70 116
Binary 11100111 10101001 11011111 0 11011 11 1001 100110100 111000 1001110

Color Harmonies of #E7A9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A9DF

Black with #E7A9DF

Text Example


Text Example

White with #E7A9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A9DF; }

 p { color: rgb(231,169,223); }

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

background-color css

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

 a { background-color: rgb(231,169,223); }

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

border-color css

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

 span { border-color: rgb(231,169,223); }

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