Html Css Color HEX #E5B0EA Plum

📋 copy color: '#E5B0EA'

red 229 ◦ green 176 ◦ blue 234

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

Shades of Plum #E5B0EA

Tints of Plum #E5B0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.54%

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 35.84%
G = 27.54%
B = 36.62%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5B0EA (or 0xE5B0EA) is known color: Plum. HEX triplet: E5, B0 and EA. RGB value is (229,176,234). Sum of RGB (Red+Green+Blue) = 229+176+234=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 176 (69.14% from 255 or 27.54% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5B0EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B0EA is #1A4F15. Grayscale: #C6C6C6. Windows color (decimal): -1724182 or 15380709. OLE color: 15380709.

HSL color Cylindrical-coordinate representation of color #E5B0EA: hue angle of 294.83º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E5B0EA is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 176 234 -
CMYK 0.02 0.25 0 0.08
HSL 294.83º 0.58% 0.8% -
HSV(B) 294.83º 0.25% 0.92% -
XYZ 62.69 53.65 84.89 -
YUV 198.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 229 176 234 0.02 0.25 0 0.08 294.83 0.58 0.8
Hex E5 B0 EA 2 19 0 8 127 3A 50
Octal 345 260 352 2 31 0 10 447 72 120
Binary 11100101 10110000 11101010 10 11001 0 1000 100100111 111010 1010000

Color Harmonies of #E5B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B0EA

Black with #E5B0EA

Text Example


Text Example

White with #E5B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B0EA; }

 p { color: rgb(229,176,234); }

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

background-color css

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

 a { background-color: rgb(229,176,234); }

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

border-color css

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

 span { border-color: rgb(229,176,234); }

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