Html Css Color HEX #E29ADB Plum

📋 copy color: '#E29ADB'

red 226 ◦ green 154 ◦ blue 219

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

Shades of Plum #E29ADB

Tints of Plum #E29ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 37.73%
G = 25.71%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#E29ADB (or 0xE29ADB) is known color: Plum. HEX triplet: E2, 9A and DB. RGB value is (226,154,219). Sum of RGB (Red+Green+Blue) = 226+154+219=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 226 - color contains mainly: red. Hex color #E29ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E29ADB is #1D6524. Grayscale: #B6B6B6. Windows color (decimal): -1926437 or 14392034. OLE color: 14392034.

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

Color convert

RGB 226 154 219 -
CMYK 0 0.32 0.03 0.11
HSL 305.83º 0.55% 0.75% -
HSV(B) 305.83º 0.32% 0.89% -
XYZ 55.71 44.39 72.65 -
YUV 182.94 148.35 158.71 -
System Red Green Blue C M Y K H S L
Decimal 226 154 219 0 0.32 0.03 0.11 305.83 0.55 0.75
Hex E2 9A DB 0 20 3 B 132 37 4B
Octal 342 232 333 0 40 3 13 462 67 113
Binary 11100010 10011010 11011011 0 100000 11 1011 100110010 110111 1001011

Color Harmonies of #E29ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29ADB

Black with #E29ADB

Text Example


Text Example

White with #E29ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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