Html Css Color HEX #E29ADE Plum

📋 copy color: '#E29ADE'

red 226 ◦ green 154 ◦ blue 222

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

Shades of Plum #E29ADE

Tints of Plum #E29ADE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.58%

 BLUE value IS 222 (87.11% from 255) = 36.88%

R = 37.54%
G = 25.58%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#E29ADE (or 0xE29ADE) is known color: Plum. HEX triplet: E2, 9A and DE. RGB value is (226,154,222). Sum of RGB (Red+Green+Blue) = 226+154+222=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ADE is #1D6521. Grayscale: #B7B7B7. Windows color (decimal): -1926434 or 14588642. OLE color: 14588642.

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

Color convert

RGB 226 154 222 -
CMYK 0 0.32 0.02 0.11
HSL 303.33º 0.55% 0.75% -
HSV(B) 303.33º 0.32% 0.89% -
XYZ 56.1 44.55 74.75 -
YUV 183.28 149.85 158.47 -
System Red Green Blue C M Y K H S L
Decimal 226 154 222 0 0.32 0.02 0.11 303.33 0.55 0.75
Hex E2 9A DE 0 20 2 B 12F 37 4B
Octal 342 232 336 0 40 2 13 457 67 113
Binary 11100010 10011010 11011110 0 100000 10 1011 100101111 110111 1001011

Color Harmonies of #E29ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29ADE

Black with #E29ADE

Text Example


Text Example

White with #E29ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29ADE; }

 p { color: rgb(226,154,222); }

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

background-color css

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

 a { background-color: rgb(226,154,222); }

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

border-color css

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

 span { border-color: rgb(226,154,222); }

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