Html Css Color HEX #E5A8E7 Plum

📋 copy color: '#E5A8E7'

red 229 ◦ green 168 ◦ blue 231

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

Shades of Plum #E5A8E7

Tints of Plum #E5A8E7

RGB

 RED value IS 229 (89.84% from 255) = 36.46%

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

 BLUE value IS 231 (90.63% from 255) = 36.78%

R = 36.46%
G = 26.75%
B = 36.78%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E5A8E7 (or 0xE5A8E7) is known color: Plum. HEX triplet: E5, A8 and E7. RGB value is (229,168,231). Sum of RGB (Red+Green+Blue) = 229+168+231=628 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.46% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #E5A8E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8E7 is #1A5718. Grayscale: #C1C1C1. Windows color (decimal): -1726233 or 15182053. OLE color: 15182053.

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

Color convert

RGB 229 168 231 -
CMYK 0.01 0.27 0 0.09
HSL 298.1º 0.57% 0.78% -
HSV(B) 298.1º 0.27% 0.91% -
XYZ 60.74 50.43 82.13 -
YUV 193.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 229 168 231 0.01 0.27 0 0.09 298.1 0.57 0.78
Hex E5 A8 E7 1 1B 0 9 12A 39 4E
Octal 345 250 347 1 33 0 11 452 71 116
Binary 11100101 10101000 11100111 1 11011 0 1001 100101010 111001 1001110

Color Harmonies of #E5A8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A8E7

Black with #E5A8E7

Text Example


Text Example

White with #E5A8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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