Html Css Color HEX #E29EF2 Plum

📋 copy color: '#E29EF2'

red 226 ◦ green 158 ◦ blue 242

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

Shades of Plum #E29EF2

Tints of Plum #E29EF2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.24%

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

R = 36.1%
G = 25.24%
B = 38.66%

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

#E29EF2 (or 0xE29EF2) is known color: Plum. HEX triplet: E2, 9E and F2. RGB value is (226,158,242). Sum of RGB (Red+Green+Blue) = 226+158+242=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 158 (62.11% from 255 or 25.24% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #E29EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29EF2 is #1D610D. Grayscale: #BBBBBB. Windows color (decimal): -1925390 or 15900386. OLE color: 15900386.

HSL color Cylindrical-coordinate representation of color #E29EF2: hue angle of 288.57º degrees, saturation: 0.76, 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 #E29EF2 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 158 242 -
CMYK 0.07 0.35 0 0.05
HSL 288.57º 0.76% 0.78% -
HSV(B) 288.57º 0.35% 0.95% -
XYZ 59.62 47.03 89.94 -
YUV 187.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 226 158 242 0.07 0.35 0 0.05 288.57 0.76 0.78
Hex E2 9E F2 7 23 0 5 121 4C 4E
Octal 342 236 362 7 43 0 5 441 114 116
Binary 11100010 10011110 11110010 111 100011 0 101 100100001 1001100 1001110

Color Harmonies of #E29EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29EF2

Black with #E29EF2

Text Example


Text Example

White with #E29EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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