Html Css Color HEX #E5A8EB Plum

📋 copy color: '#E5A8EB'

red 229 ◦ green 168 ◦ blue 235

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

Shades of Plum #E5A8EB

Tints of Plum #E5A8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.18%

R = 36.23%
G = 26.58%
B = 37.18%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5A8EB (or 0xE5A8EB) is known color: Plum. HEX triplet: E5, A8 and EB. RGB value is (229,168,235). Sum of RGB (Red+Green+Blue) = 229+168+235=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #E5A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5A8EB is #1A5714. Grayscale: #C1C1C1. Windows color (decimal): -1726229 or 15444197. OLE color: 15444197.

HSL color Cylindrical-coordinate representation of color #E5A8EB: hue angle of 294.63º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E5A8EB is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 168 235 -
CMYK 0.03 0.29 0 0.08
HSL 294.63º 0.63% 0.79% -
HSV(B) 294.63º 0.29% 0.92% -
XYZ 61.31 50.66 85.14 -
YUV 193.88 151.21 153.05 -
System Red Green Blue C M Y K H S L
Decimal 229 168 235 0.03 0.29 0 0.08 294.63 0.63 0.79
Hex E5 A8 EB 3 1D 0 8 127 3F 4F
Octal 345 250 353 3 35 0 10 447 77 117
Binary 11100101 10101000 11101011 11 11101 0 1000 100100111 111111 1001111

Color Harmonies of #E5A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A8EB

Black with #E5A8EB

Text Example


Text Example

White with #E5A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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