Html Css Color HEX #E29CDD Plum

📋 copy color: '#E29CDD'

red 226 ◦ green 156 ◦ blue 221

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

Shades of Plum #E29CDD

Tints of Plum #E29CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.87%

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 37.48%
G = 25.87%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E29CDD (or 0xE29CDD) is known color: Plum. HEX triplet: E2, 9C and DD. RGB value is (226,156,221). Sum of RGB (Red+Green+Blue) = 226+156+221=603 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.48% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 226 - color contains mainly: red. Hex color #E29CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29CDD is #1D6322. Grayscale: #B8B8B8. Windows color (decimal): -1925923 or 14523618. OLE color: 14523618.

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

Color convert

RGB 226 156 221 -
CMYK 0 0.31 0.02 0.11
HSL 304.29º 0.55% 0.75% -
HSV(B) 304.29º 0.31% 0.89% -
XYZ 56.3 45.17 74.16 -
YUV 184.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 226 156 221 0 0.31 0.02 0.11 304.29 0.55 0.75
Hex E2 9C DD 0 1F 2 B 130 37 4B
Octal 342 234 335 0 37 2 13 460 67 113
Binary 11100010 10011100 11011101 0 11111 10 1011 100110000 110111 1001011

Color Harmonies of #E29CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29CDD

Black with #E29CDD

Text Example


Text Example

White with #E29CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29CDD; }

 p { color: rgb(226,156,221); }

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

background-color css

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

 a { background-color: rgb(226,156,221); }

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

border-color css

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

 span { border-color: rgb(226,156,221); }

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