Html Css Color HEX #E7A1D7 Plum

📋 copy color: '#E7A1D7'

red 231 ◦ green 161 ◦ blue 215

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

Shades of Plum #E7A1D7

Tints of Plum #E7A1D7

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.52%

 BLUE value IS 215 (84.38% from 255) = 35.42%

R = 38.06%
G = 26.52%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E7A1D7 (or 0xE7A1D7) is known color: Plum. HEX triplet: E7, A1 and D7. RGB value is (231,161,215). Sum of RGB (Red+Green+Blue) = 231+161+215=607 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.06% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A1D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A1D7 is #185E28. Grayscale: #BBBBBB. Windows color (decimal): -1596969 or 14131687. OLE color: 14131687.

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

Color convert

RGB 231 161 215 -
CMYK 0 0.30 0.07 0.09
HSL 313.71º 0.59% 0.77% -
HSV(B) 313.71º 0.3% 0.91% -
XYZ 57.97 47.38 70.38 -
YUV 188.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 231 161 215 0 0.30 0.07 0.09 313.71 0.59 0.77
Hex E7 A1 D7 0 1E 7 9 13A 3B 4D
Octal 347 241 327 0 36 7 11 472 73 115
Binary 11100111 10100001 11010111 0 11110 111 1001 100111010 111011 1001101

Color Harmonies of #E7A1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A1D7

Black with #E7A1D7

Text Example


Text Example

White with #E7A1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A1D7; }

 p { color: rgb(231,161,215); }

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

background-color css

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

 a { background-color: rgb(231,161,215); }

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

border-color css

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

 span { border-color: rgb(231,161,215); }

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