Html Css Color HEX #E29BE9 Plum

📋 copy color: '#E29BE9'

red 226 ◦ green 155 ◦ blue 233

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

Shades of Plum #E29BE9

Tints of Plum #E29BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.95%

R = 36.81%
G = 25.24%
B = 37.95%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E29BE9 (or 0xE29BE9) is known color: Plum. HEX triplet: E2, 9B and E9. RGB value is (226,155,233). Sum of RGB (Red+Green+Blue) = 226+155+233=614 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.81% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #E29BE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BE9 is #1D6416. Grayscale: #B8B8B8. Windows color (decimal): -1926167 or 15309794. OLE color: 15309794.

HSL color Cylindrical-coordinate representation of color #E29BE9: hue angle of 294.62º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29BE9 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 226 155 233 -
CMYK 0.03 0.33 0 0.09
HSL 294.62º 0.64% 0.76% -
HSV(B) 294.62º 0.33% 0.91% -
XYZ 57.79 45.49 82.83 -
YUV 185.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 226 155 233 0.03 0.33 0 0.09 294.62 0.64 0.76
Hex E2 9B E9 3 21 0 9 127 40 4C
Octal 342 233 351 3 41 0 11 447 100 114
Binary 11100010 10011011 11101001 11 100001 0 1001 100100111 1000000 1001100

Color Harmonies of #E29BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BE9

Black with #E29BE9

Text Example


Text Example

White with #E29BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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