Html Css Color HEX #E29BE5 Plum

📋 copy color: '#E29BE5'

red 226 ◦ green 155 ◦ blue 229

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

Shades of Plum #E29BE5

Tints of Plum #E29BE5

RGB

 RED value IS 226 (88.67% from 255) = 37.05%

 GREEN value IS 155 (60.94% from 255) = 25.41%

 BLUE value IS 229 (89.84% from 255) = 37.54%

R = 37.05%
G = 25.41%
B = 37.54%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E29BE5 (or 0xE29BE5) is known color: Plum. HEX triplet: E2, 9B and E5. RGB value is (226,155,229). Sum of RGB (Red+Green+Blue) = 226+155+229=610 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.05% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #E29BE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BE5 is #1D641A. Grayscale: #B8B8B8. Windows color (decimal): -1926171 or 15047650. OLE color: 15047650.

HSL color Cylindrical-coordinate representation of color #E29BE5: hue angle of 297.57º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29BE5 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 226 155 229 -
CMYK 0.01 0.32 0 0.10
HSL 297.57º 0.59% 0.75% -
HSV(B) 297.57º 0.32% 0.9% -
XYZ 57.23 45.27 79.85 -
YUV 184.67 153.02 157.48 -
System Red Green Blue C M Y K H S L
Decimal 226 155 229 0.01 0.32 0 0.10 297.57 0.59 0.75
Hex E2 9B E5 1 20 0 A 12A 3B 4B
Octal 342 233 345 1 40 0 12 452 73 113
Binary 11100010 10011011 11100101 1 100000 0 1010 100101010 111011 1001011

Color Harmonies of #E29BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BE5

Black with #E29BE5

Text Example


Text Example

White with #E29BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BE5; }

 p { color: rgb(226,155,229); }

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

background-color css

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

 a { background-color: rgb(226,155,229); }

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

border-color css

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

 span { border-color: rgb(226,155,229); }

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