Html Css Color HEX #E793DD Plum

📋 copy color: '#E793DD'

red 231 ◦ green 147 ◦ blue 221

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

Shades of Plum #E793DD

Tints of Plum #E793DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.54%

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

R = 38.56%
G = 24.54%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E793DD (or 0xE793DD) is known color: Plum. HEX triplet: E7, 93 and DD. RGB value is (231,147,221). Sum of RGB (Red+Green+Blue) = 231+147+221=599 (79% of max value = 765). Red value is 231 (90.62% from 255 or 38.56% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 231 - color contains mainly: red. Hex color #E793DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E793DD is #186C22. Grayscale: #B4B4B4. Windows color (decimal): -1600547 or 14521319. OLE color: 14521319.

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

Color convert

RGB 231 147 221 -
CMYK 0 0.36 0.04 0.09
HSL 307.14º 0.64% 0.74% -
HSV(B) 307.14º 0.36% 0.91% -
XYZ 56.44 43.08 73.75 -
YUV 180.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 231 147 221 0 0.36 0.04 0.09 307.14 0.64 0.74
Hex E7 93 DD 0 24 4 9 133 40 4A
Octal 347 223 335 0 44 4 11 463 100 112
Binary 11100111 10010011 11011101 0 100100 100 1001 100110011 1000000 1001010

Color Harmonies of #E793DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E793DD

Black with #E793DD

Text Example


Text Example

White with #E793DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E793DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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