Html Css Color HEX #E5B2E8 Plum

📋 copy color: '#E5B2E8'

red 229 ◦ green 178 ◦ blue 232

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

Shades of Plum #E5B2E8

Tints of Plum #E5B2E8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.86%

 BLUE value IS 232 (91.02% from 255) = 36.31%

R = 35.84%
G = 27.86%
B = 36.31%

CMYK

 C value IS 0.01

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E5B2E8 (or 0xE5B2E8) is known color: Plum. HEX triplet: E5, B2 and E8. RGB value is (229,178,232). Sum of RGB (Red+Green+Blue) = 229+178+232=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 178 (69.92% from 255 or 27.86% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #E5B2E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5B2E8 is #1A4D17. Grayscale: #C7C7C7. Windows color (decimal): -1723672 or 15250149. OLE color: 15250149.

HSL color Cylindrical-coordinate representation of color #E5B2E8: hue angle of 296.67º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E5B2E8 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 229 178 232 -
CMYK 0.01 0.23 0 0.09
HSL 296.67º 0.54% 0.8% -
HSV(B) 296.67º 0.23% 0.91% -
XYZ 62.8 54.33 83.52 -
YUV 199.41 146.4 149.11 -
System Red Green Blue C M Y K H S L
Decimal 229 178 232 0.01 0.23 0 0.09 296.67 0.54 0.8
Hex E5 B2 E8 1 17 0 9 129 36 50
Octal 345 262 350 1 27 0 11 451 66 120
Binary 11100101 10110010 11101000 1 10111 0 1001 100101001 110110 1010000

Color Harmonies of #E5B2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5B2E8

Black with #E5B2E8

Text Example


Text Example

White with #E5B2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5B2E8; }

 p { color: rgb(229,178,232); }

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

background-color css

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

 a { background-color: rgb(229,178,232); }

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

border-color css

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

 span { border-color: rgb(229,178,232); }

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