Html Css Color HEX #E7A8E1 Plum

📋 copy color: '#E7A8E1'

red 231 ◦ green 168 ◦ blue 225

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

Shades of Plum #E7A8E1

Tints of Plum #E7A8E1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.92%

 BLUE value IS 225 (88.28% from 255) = 36.06%

R = 37.02%
G = 26.92%
B = 36.06%

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

#E7A8E1 (or 0xE7A8E1) is known color: Plum. HEX triplet: E7, A8 and E1. RGB value is (231,168,225). Sum of RGB (Red+Green+Blue) = 231+168+225=624 (82% of max value = 765). Red value is 231 (90.62% from 255 or 37.02% from 624); Green value is 168 (66.02% from 255 or 26.92% from 624); Blue value is 225 (88.28% from 255 or 36.06% from 624); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8E1 is #18571E. Grayscale: #C1C1C1. Windows color (decimal): -1595167 or 14788839. OLE color: 14788839.

HSL color Cylindrical-coordinate representation of color #E7A8E1: hue angle of 305.71º degrees, saturation: 0.57, 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 #E7A8E1 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 168 225 -
CMYK 0 0.27 0.03 0.09
HSL 305.71º 0.57% 0.78% -
HSV(B) 305.71º 0.27% 0.91% -
XYZ 60.55 50.43 77.78 -
YUV 193.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 231 168 225 0 0.27 0.03 0.09 305.71 0.57 0.78
Hex E7 A8 E1 0 1B 3 9 132 39 4E
Octal 347 250 341 0 33 3 11 462 71 116
Binary 11100111 10101000 11100001 0 11011 11 1001 100110010 111001 1001110

Color Harmonies of #E7A8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A8E1

Black with #E7A8E1

Text Example


Text Example

White with #E7A8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A8E1; }

 p { color: rgb(231,168,225); }

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

background-color css

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

 a { background-color: rgb(231,168,225); }

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

border-color css

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

 span { border-color: rgb(231,168,225); }

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