Html Css Color HEX #E29FEF Plum

📋 copy color: '#E29FEF'

red 226 ◦ green 159 ◦ blue 239

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

Shades of Plum #E29FEF

Tints of Plum #E29FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.3%

R = 36.22%
G = 25.48%
B = 38.3%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E29FEF (or 0xE29FEF) is known color: Plum. HEX triplet: E2, 9F and EF. RGB value is (226,159,239). Sum of RGB (Red+Green+Blue) = 226+159+239=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 239 - color contains mainly: blue. Hex color #E29FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E29FEF is #1D6010. Grayscale: #BBBBBB. Windows color (decimal): -1925137 or 15704034. OLE color: 15704034.

HSL color Cylindrical-coordinate representation of color #E29FEF: hue angle of 290.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E29FEF is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 159 239 -
CMYK 0.05 0.33 0 0.06
HSL 290.25º 0.71% 0.78% -
HSV(B) 290.25º 0.33% 0.94% -
XYZ 59.34 47.2 87.64 -
YUV 188.15 156.7 155 -
System Red Green Blue C M Y K H S L
Decimal 226 159 239 0.05 0.33 0 0.06 290.25 0.71 0.78
Hex E2 9F EF 5 21 0 6 122 47 4E
Octal 342 237 357 5 41 0 6 442 107 116
Binary 11100010 10011111 11101111 101 100001 0 110 100100010 1000111 1001110

Color Harmonies of #E29FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29FEF

Black with #E29FEF

Text Example


Text Example

White with #E29FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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