Html Css Color HEX #E7A8E2 Plum

📋 copy color: '#E7A8E2'

red 231 ◦ green 168 ◦ blue 226

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

Shades of Plum #E7A8E2

Tints of Plum #E7A8E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.16%

R = 36.96%
G = 26.88%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E7A8E2 (or 0xE7A8E2) is known color: Plum. HEX triplet: E7, A8 and E2. RGB value is (231,168,226). Sum of RGB (Red+Green+Blue) = 231+168+226=625 (82% of max value = 765). Red value is 231 (90.62% from 255 or 36.96% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A8E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E7A8E2 is #18571D. Grayscale: #C1C1C1. Windows color (decimal): -1595166 or 14854375. OLE color: 14854375.

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

Color convert

RGB 231 168 226 -
CMYK 0 0.27 0.02 0.09
HSL 304.76º 0.57% 0.78% -
HSV(B) 304.76º 0.27% 0.91% -
XYZ 60.69 50.49 78.5 -
YUV 193.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 231 168 226 0 0.27 0.02 0.09 304.76 0.57 0.78
Hex E7 A8 E2 0 1B 2 9 131 39 4E
Octal 347 250 342 0 33 2 11 461 71 116
Binary 11100111 10101000 11100010 0 11011 10 1001 100110001 111001 1001110

Color Harmonies of #E7A8E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A8E2

Black with #E7A8E2

Text Example


Text Example

White with #E7A8E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A8E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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