Html Css Color HEX #E291D6 Plum

📋 copy color: '#E291D6'

red 226 ◦ green 145 ◦ blue 214

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

Shades of Plum #E291D6

Tints of Plum #E291D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.58%

R = 38.63%
G = 24.79%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#E291D6 (or 0xE291D6) is known color: Plum. HEX triplet: E2, 91 and D6. RGB value is (226,145,214). Sum of RGB (Red+Green+Blue) = 226+145+214=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 226 - color contains mainly: red. Hex color #E291D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E291D6 is #1D6E29. Grayscale: #B0B0B0. Windows color (decimal): -1928746 or 14062050. OLE color: 14062050.

HSL color Cylindrical-coordinate representation of color #E291D6: hue angle of 308.89º 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 #E291D6 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 214 -
CMYK 0 0.36 0.05 0.11
HSL 308.89º 0.58% 0.73% -
HSV(B) 308.89º 0.36% 0.89% -
XYZ 53.63 41.27 68.76 -
YUV 177.09 148.84 162.89 -
System Red Green Blue C M Y K H S L
Decimal 226 145 214 0 0.36 0.05 0.11 308.89 0.58 0.73
Hex E2 91 D6 0 24 5 B 135 3A 49
Octal 342 221 326 0 44 5 13 465 72 111
Binary 11100010 10010001 11010110 0 100100 101 1011 100110101 111010 1001001

Color Harmonies of #E291D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E291D6

Black with #E291D6

Text Example


Text Example

White with #E291D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E291D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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