Html Css Color HEX #E29BED Plum

📋 copy color: '#E29BED'

red 226 ◦ green 155 ◦ blue 237

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

Shades of Plum #E29BED

Tints of Plum #E29BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 36.57%
G = 25.08%
B = 38.35%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E29BED (or 0xE29BED) is known color: Plum. HEX triplet: E2, 9B and ED. RGB value is (226,155,237). Sum of RGB (Red+Green+Blue) = 226+155+237=618 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.57% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #E29BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29BED is #1D6412. Grayscale: #B9B9B9. Windows color (decimal): -1926163 or 15571938. OLE color: 15571938.

HSL color Cylindrical-coordinate representation of color #E29BED: hue angle of 291.95º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29BED is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 155 237 -
CMYK 0.05 0.35 0 0.07
HSL 291.95º 0.69% 0.77% -
HSV(B) 291.95º 0.35% 0.93% -
XYZ 58.37 45.73 85.87 -
YUV 185.58 157.02 156.83 -
System Red Green Blue C M Y K H S L
Decimal 226 155 237 0.05 0.35 0 0.07 291.95 0.69 0.77
Hex E2 9B ED 5 23 0 7 124 45 4D
Octal 342 233 355 5 43 0 7 444 105 115
Binary 11100010 10011011 11101101 101 100011 0 111 100100100 1000101 1001101

Color Harmonies of #E29BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BED

Black with #E29BED

Text Example


Text Example

White with #E29BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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