Html Css Color HEX #E791D9 Plum

📋 copy color: '#E791D9'

red 231 ◦ green 145 ◦ blue 217

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

Shades of Plum #E791D9

Tints of Plum #E791D9

RGB

 RED value IS 231 (90.63% from 255) = 38.95%

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

 BLUE value IS 217 (85.16% from 255) = 36.59%

R = 38.95%
G = 24.45%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E791D9 (or 0xE791D9) is known color: Plum. HEX triplet: E7, 91 and D9. RGB value is (231,145,217). Sum of RGB (Red+Green+Blue) = 231+145+217=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 145 (57.03% from 255 or 24.45% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E791D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791D9 is #186E26. Grayscale: #B2B2B2. Windows color (decimal): -1601063 or 14258663. OLE color: 14258663.

HSL color Cylindrical-coordinate representation of color #E791D9: hue angle of 309.77º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E791D9 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 145 217 -
CMYK 0 0.37 0.06 0.09
HSL 309.77º 0.64% 0.74% -
HSV(B) 309.77º 0.37% 0.91% -
XYZ 55.6 42.25 70.87 -
YUV 178.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 231 145 217 0 0.37 0.06 0.09 309.77 0.64 0.74
Hex E7 91 D9 0 25 6 9 136 40 4A
Octal 347 221 331 0 45 6 11 466 100 112
Binary 11100111 10010001 11011001 0 100101 110 1001 100110110 1000000 1001010

Color Harmonies of #E791D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E791D9

Black with #E791D9

Text Example


Text Example

White with #E791D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E791D9; }

 p { color: rgb(231,145,217); }

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

background-color css

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

 a { background-color: rgb(231,145,217); }

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

border-color css

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

 span { border-color: rgb(231,145,217); }

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