Html Css Color HEX #E792DA Plum

📋 copy color: '#E792DA'

red 231 ◦ green 146 ◦ blue 218

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

Shades of Plum #E792DA

Tints of Plum #E792DA

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.54%

 BLUE value IS 218 (85.55% from 255) = 36.64%

R = 38.82%
G = 24.54%
B = 36.64%

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

#E792DA (or 0xE792DA) is known color: Plum. HEX triplet: E7, 92 and DA. RGB value is (231,146,218). Sum of RGB (Red+Green+Blue) = 231+146+218=595 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.82% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 231 - color contains mainly: red. Hex color #E792DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E792DA is #186D25. Grayscale: #B3B3B3. Windows color (decimal): -1600806 or 14324455. OLE color: 14324455.

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

Color convert

RGB 231 146 218 -
CMYK 0 0.37 0.06 0.09
HSL 309.18º 0.64% 0.74% -
HSV(B) 309.18º 0.37% 0.91% -
XYZ 55.89 42.61 71.61 -
YUV 179.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 231 146 218 0 0.37 0.06 0.09 309.18 0.64 0.74
Hex E7 92 DA 0 25 6 9 135 40 4A
Octal 347 222 332 0 45 6 11 465 100 112
Binary 11100111 10010010 11011010 0 100101 110 1001 100110101 1000000 1001010

Color Harmonies of #E792DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E792DA

Black with #E792DA

Text Example


Text Example

White with #E792DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E792DA; }

 p { color: rgb(231,146,218); }

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

background-color css

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

 a { background-color: rgb(231,146,218); }

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

border-color css

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

 span { border-color: rgb(231,146,218); }

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