Html Css Color HEX #E29DF2 Plum

📋 copy color: '#E29DF2'

red 226 ◦ green 157 ◦ blue 242

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

Shades of Plum #E29DF2

Tints of Plum #E29DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.12%

 BLUE value IS 242 (94.92% from 255) = 38.72%

R = 36.16%
G = 25.12%
B = 38.72%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E29DF2 (or 0xE29DF2) is known color: Plum. HEX triplet: E2, 9D and F2. RGB value is (226,157,242). Sum of RGB (Red+Green+Blue) = 226+157+242=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #E29DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29DF2 is #1D620D. Grayscale: #BBBBBB. Windows color (decimal): -1925646 or 15900130. OLE color: 15900130.

HSL color Cylindrical-coordinate representation of color #E29DF2: hue angle of 288.71º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E29DF2 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 157 242 -
CMYK 0.07 0.35 0 0.05
HSL 288.71º 0.77% 0.78% -
HSV(B) 288.71º 0.35% 0.95% -
XYZ 59.45 46.69 89.88 -
YUV 187.32 158.86 155.59 -
System Red Green Blue C M Y K H S L
Decimal 226 157 242 0.07 0.35 0 0.05 288.71 0.77 0.78
Hex E2 9D F2 7 23 0 5 121 4D 4E
Octal 342 235 362 7 43 0 5 441 115 116
Binary 11100010 10011101 11110010 111 100011 0 101 100100001 1001101 1001110

Color Harmonies of #E29DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29DF2

Black with #E29DF2

Text Example


Text Example

White with #E29DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29DF2; }

 p { color: rgb(226,157,242); }

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

background-color css

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

 a { background-color: rgb(226,157,242); }

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

border-color css

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

 span { border-color: rgb(226,157,242); }

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