Html Css Color HEX #E790DA Plum

📋 copy color: '#E790DA'

red 231 ◦ green 144 ◦ blue 218

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

Shades of Plum #E790DA

Tints of Plum #E790DA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.28%

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

R = 38.95%
G = 24.28%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E790DA (or 0xE790DA) is known color: Plum. HEX triplet: E7, 90 and DA. RGB value is (231,144,218). Sum of RGB (Red+Green+Blue) = 231+144+218=593 (78% of max value = 765). Red value is 231 (90.62% from 255 or 38.95% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 231 - color contains mainly: red. Hex color #E790DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790DA is #186F25. Grayscale: #B2B2B2. Windows color (decimal): -1601318 or 14323943. OLE color: 14323943.

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

Color convert

RGB 231 144 218 -
CMYK 0 0.38 0.06 0.09
HSL 308.97º 0.64% 0.74% -
HSV(B) 308.97º 0.38% 0.91% -
XYZ 55.58 42 71.51 -
YUV 178.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 231 144 218 0 0.38 0.06 0.09 308.97 0.64 0.74
Hex E7 90 DA 0 26 6 9 135 40 4A
Octal 347 220 332 0 46 6 11 465 100 112
Binary 11100111 10010000 11011010 0 100110 110 1001 100110101 1000000 1001010

Color Harmonies of #E790DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790DA

Black with #E790DA

Text Example


Text Example

White with #E790DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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