Html Css Color HEX #E29BD8 Plum

📋 copy color: '#E29BD8'

red 226 ◦ green 155 ◦ blue 216

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

Shades of Plum #E29BD8

Tints of Plum #E29BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.18%

R = 37.86%
G = 25.96%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E29BD8 (or 0xE29BD8) is known color: Plum. HEX triplet: E2, 9B and D8. RGB value is (226,155,216). Sum of RGB (Red+Green+Blue) = 226+155+216=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 155 (60.94% from 255 or 25.96% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BD8 is #1D6427. Grayscale: #B7B7B7. Windows color (decimal): -1926184 or 14195682. OLE color: 14195682.

HSL color Cylindrical-coordinate representation of color #E29BD8: hue angle of 308.45º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29BD8 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 155 216 -
CMYK 0 0.31 0.04 0.11
HSL 308.45º 0.55% 0.75% -
HSV(B) 308.45º 0.31% 0.89% -
XYZ 55.48 44.57 70.64 -
YUV 183.18 146.52 158.54 -
System Red Green Blue C M Y K H S L
Decimal 226 155 216 0 0.31 0.04 0.11 308.45 0.55 0.75
Hex E2 9B D8 0 1F 4 B 134 37 4B
Octal 342 233 330 0 37 4 13 464 67 113
Binary 11100010 10011011 11011000 0 11111 100 1011 100110100 110111 1001011

Color Harmonies of #E29BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BD8

Black with #E29BD8

Text Example


Text Example

White with #E29BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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