Html Css Color HEX #E596DA Plum

📋 copy color: '#E596DA'

red 229 ◦ green 150 ◦ blue 218

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

Shades of Plum #E596DA

Tints of Plum #E596DA

RGB

 RED value IS 229 (89.84% from 255) = 38.36%

 GREEN value IS 150 (58.98% from 255) = 25.13%

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

R = 38.36%
G = 25.13%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E596DA (or 0xE596DA) is known color: Plum. HEX triplet: E5, 96 and DA. RGB value is (229,150,218). Sum of RGB (Red+Green+Blue) = 229+150+218=597 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.36% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 229 - color contains mainly: red. Hex color #E596DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E596DA is #1A6925. Grayscale: #B5B5B5. Windows color (decimal): -1730854 or 14325477. OLE color: 14325477.

HSL color Cylindrical-coordinate representation of color #E596DA: hue angle of 308.35º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E596DA is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 150 218 -
CMYK 0 0.34 0.05 0.10
HSL 308.35º 0.6% 0.74% -
HSV(B) 308.35º 0.34% 0.9% -
XYZ 55.87 43.53 71.79 -
YUV 181.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 229 150 218 0 0.34 0.05 0.10 308.35 0.6 0.74
Hex E5 96 DA 0 22 5 A 134 3C 4A
Octal 345 226 332 0 42 5 12 464 74 112
Binary 11100101 10010110 11011010 0 100010 101 1010 100110100 111100 1001010

Color Harmonies of #E596DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E596DA

Black with #E596DA

Text Example


Text Example

White with #E596DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E596DA; }

 p { color: rgb(229,150,218); }

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

background-color css

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

 a { background-color: rgb(229,150,218); }

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

border-color css

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

 span { border-color: rgb(229,150,218); }

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