Html Css Color HEX #E5A7EF Plum

📋 copy color: '#E5A7EF'

red 229 ◦ green 167 ◦ blue 239

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

Shades of Plum #E5A7EF

Tints of Plum #E5A7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.3%

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 36.06%
G = 26.3%
B = 37.64%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5A7EF (or 0xE5A7EF) is known color: Plum. HEX triplet: E5, A7 and EF. RGB value is (229,167,239). Sum of RGB (Red+Green+Blue) = 229+167+239=635 (84% of max value = 765). Red value is 229 (89.84% from 255 or 36.06% from 635); Green value is 167 (65.62% from 255 or 26.30% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #E5A7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A7EF is #1A5810. Grayscale: #C1C1C1. Windows color (decimal): -1726481 or 15706085. OLE color: 15706085.

HSL color Cylindrical-coordinate representation of color #E5A7EF: hue angle of 291.67º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E5A7EF is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 229 167 239 -
CMYK 0.04 0.30 0 0.06
HSL 291.67º 0.69% 0.8% -
HSV(B) 291.67º 0.3% 0.94% -
XYZ 61.71 50.53 88.16 -
YUV 193.75 153.54 153.15 -
System Red Green Blue C M Y K H S L
Decimal 229 167 239 0.04 0.30 0 0.06 291.67 0.69 0.8
Hex E5 A7 EF 4 1E 0 6 124 45 50
Octal 345 247 357 4 36 0 6 444 105 120
Binary 11100101 10100111 11101111 100 11110 0 110 100100100 1000101 1010000

Color Harmonies of #E5A7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A7EF

Black with #E5A7EF

Text Example


Text Example

White with #E5A7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A7EF; }

 p { color: rgb(229,167,239); }

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

background-color css

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

 a { background-color: rgb(229,167,239); }

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

border-color css

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

 span { border-color: rgb(229,167,239); }

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