Html Css Color HEX #E29FEC Plum

📋 copy color: '#E29FEC'

red 226 ◦ green 159 ◦ blue 236

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

Shades of Plum #E29FEC

Tints of Plum #E29FEC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.6%

 BLUE value IS 236 (92.58% from 255) = 38%

R = 36.39%
G = 25.6%
B = 38%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E29FEC (or 0xE29FEC) is known color: Plum. HEX triplet: E2, 9F and EC. RGB value is (226,159,236). Sum of RGB (Red+Green+Blue) = 226+159+236=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #E29FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FEC is #1D6013. Grayscale: #BBBBBB. Windows color (decimal): -1925140 or 15507426. OLE color: 15507426.

HSL color Cylindrical-coordinate representation of color #E29FEC: hue angle of 292.21º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29FEC is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 159 236 -
CMYK 0.04 0.33 0 0.07
HSL 292.21º 0.67% 0.77% -
HSV(B) 292.21º 0.33% 0.93% -
XYZ 58.9 47.02 85.33 -
YUV 187.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 226 159 236 0.04 0.33 0 0.07 292.21 0.67 0.77
Hex E2 9F EC 4 21 0 7 124 43 4D
Octal 342 237 354 4 41 0 7 444 103 115
Binary 11100010 10011111 11101100 100 100001 0 111 100100100 1000011 1001101

Color Harmonies of #E29FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FEC

Black with #E29FEC

Text Example


Text Example

White with #E29FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FEC; }

 p { color: rgb(226,159,236); }

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

background-color css

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

 a { background-color: rgb(226,159,236); }

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

border-color css

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

 span { border-color: rgb(226,159,236); }

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