Html Css Color HEX #E791DD Plum

📋 copy color: '#E791DD'

red 231 ◦ green 145 ◦ blue 221

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

Shades of Plum #E791DD

Tints of Plum #E791DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.02%

R = 38.69%
G = 24.29%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E791DD (or 0xE791DD) is known color: Plum. HEX triplet: E7, 91 and DD. RGB value is (231,145,221). Sum of RGB (Red+Green+Blue) = 231+145+221=597 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.69% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 231 - color contains mainly: red. Hex color #E791DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791DD is #186E22. Grayscale: #B3B3B3. Windows color (decimal): -1601059 or 14520807. OLE color: 14520807.

HSL color Cylindrical-coordinate representation of color #E791DD: hue angle of 306.98º 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 #E791DD is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 145 221 -
CMYK 0 0.37 0.04 0.09
HSL 306.98º 0.64% 0.74% -
HSV(B) 306.98º 0.37% 0.91% -
XYZ 56.13 42.46 73.64 -
YUV 179.38 151.49 164.82 -
System Red Green Blue C M Y K H S L
Decimal 231 145 221 0 0.37 0.04 0.09 306.98 0.64 0.74
Hex E7 91 DD 0 25 4 9 133 40 4A
Octal 347 221 335 0 45 4 11 463 100 112
Binary 11100111 10010001 11011101 0 100101 100 1001 100110011 1000000 1001010

Color Harmonies of #E791DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E791DD

Black with #E791DD

Text Example


Text Example

White with #E791DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E791DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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