Html Css Color HEX #E291D8 Plum

📋 copy color: '#E291D8'

red 226 ◦ green 145 ◦ blue 216

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

Shades of Plum #E291D8

Tints of Plum #E291D8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.7%

 BLUE value IS 216 (84.77% from 255) = 36.8%

R = 38.5%
G = 24.7%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E291D8 (or 0xE291D8) is known color: Plum. HEX triplet: E2, 91 and D8. RGB value is (226,145,216). Sum of RGB (Red+Green+Blue) = 226+145+216=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 226 - color contains mainly: red. Hex color #E291D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291D8 is #1D6E27. Grayscale: #B1B1B1. Windows color (decimal): -1928744 or 14193122. OLE color: 14193122.

HSL color Cylindrical-coordinate representation of color #E291D8: hue angle of 307.41º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E291D8 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 216 -
CMYK 0 0.36 0.04 0.11
HSL 307.41º 0.58% 0.73% -
HSV(B) 307.41º 0.36% 0.89% -
XYZ 53.88 41.38 70.11 -
YUV 177.31 149.84 162.73 -
System Red Green Blue C M Y K H S L
Decimal 226 145 216 0 0.36 0.04 0.11 307.41 0.58 0.73
Hex E2 91 D8 0 24 4 B 133 3A 49
Octal 342 221 330 0 44 4 13 463 72 111
Binary 11100010 10010001 11011000 0 100100 100 1011 100110011 111010 1001001

Color Harmonies of #E291D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E291D8

Black with #E291D8

Text Example


Text Example

White with #E291D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E291D8; }

 p { color: rgb(226,145,216); }

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

background-color css

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

 a { background-color: rgb(226,145,216); }

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

border-color css

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

 span { border-color: rgb(226,145,216); }

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