Html Css Color HEX #E29FEB Plum

📋 copy color: '#E29FEB'

red 226 ◦ green 159 ◦ blue 235

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

Shades of Plum #E29FEB

Tints of Plum #E29FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.9%

R = 36.45%
G = 25.65%
B = 37.9%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E29FEB (or 0xE29FEB) is known color: Plum. HEX triplet: E2, 9F and EB. RGB value is (226,159,235). Sum of RGB (Red+Green+Blue) = 226+159+235=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #E29FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FEB is #1D6014. Grayscale: #BBBBBB. Windows color (decimal): -1925141 or 15441890. OLE color: 15441890.

HSL color Cylindrical-coordinate representation of color #E29FEB: hue angle of 292.89º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29FEB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 226 159 235 -
CMYK 0.04 0.32 0 0.08
HSL 292.89º 0.66% 0.77% -
HSV(B) 292.89º 0.32% 0.92% -
XYZ 58.76 46.96 84.57 -
YUV 187.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 226 159 235 0.04 0.32 0 0.08 292.89 0.66 0.77
Hex E2 9F EB 4 20 0 8 125 42 4D
Octal 342 237 353 4 40 0 10 445 102 115
Binary 11100010 10011111 11101011 100 100000 0 1000 100100101 1000010 1001101

Color Harmonies of #E29FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FEB

Black with #E29FEB

Text Example


Text Example

White with #E29FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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