Html Css Color HEX #E29BD5 Plum

📋 copy color: '#E29BD5'

red 226 ◦ green 155 ◦ blue 213

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

Shades of Plum #E29BD5

Tints of Plum #E29BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 35.86%

R = 38.05%
G = 26.09%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E29BD5 (or 0xE29BD5) is known color: Plum. HEX triplet: E2, 9B and D5. RGB value is (226,155,213). Sum of RGB (Red+Green+Blue) = 226+155+213=594 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.05% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 226 - color contains mainly: red. Hex color #E29BD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29BD5 is #1D642A. Grayscale: #B6B6B6. Windows color (decimal): -1926187 or 13999074. OLE color: 13999074.

HSL color Cylindrical-coordinate representation of color #E29BD5: hue angle of 310.99º 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 #E29BD5 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 155 213 -
CMYK 0 0.31 0.06 0.11
HSL 310.99º 0.55% 0.75% -
HSV(B) 310.99º 0.31% 0.89% -
XYZ 55.1 44.42 68.62 -
YUV 182.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 226 155 213 0 0.31 0.06 0.11 310.99 0.55 0.75
Hex E2 9B D5 0 1F 6 B 137 37 4B
Octal 342 233 325 0 37 6 13 467 67 113
Binary 11100010 10011011 11010101 0 11111 110 1011 100110111 110111 1001011

Color Harmonies of #E29BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29BD5

Black with #E29BD5

Text Example


Text Example

White with #E29BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29BD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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