Html Css Color HEX #E593DA Plum

📋 copy color: '#E593DA'

red 229 ◦ green 147 ◦ blue 218

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

Shades of Plum #E593DA

Tints of Plum #E593DA

RGB

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

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

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

R = 38.55%
G = 24.75%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E593DA (or 0xE593DA) is known color: Plum. HEX triplet: E5, 93 and DA. RGB value is (229,147,218). Sum of RGB (Red+Green+Blue) = 229+147+218=594 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.55% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 229 - color contains mainly: red. Hex color #E593DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E593DA is #1A6C25. Grayscale: #B3B3B3. Windows color (decimal): -1731622 or 14324709. OLE color: 14324709.

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

Color convert

RGB 229 147 218 -
CMYK 0 0.36 0.05 0.10
HSL 308.05º 0.61% 0.74% -
HSV(B) 308.05º 0.36% 0.9% -
XYZ 55.4 42.59 71.63 -
YUV 179.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 229 147 218 0 0.36 0.05 0.10 308.05 0.61 0.74
Hex E5 93 DA 0 24 5 A 134 3D 4A
Octal 345 223 332 0 44 5 12 464 75 112
Binary 11100101 10010011 11011010 0 100100 101 1010 100110100 111101 1001010

Color Harmonies of #E593DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E593DA

Black with #E593DA

Text Example


Text Example

White with #E593DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E593DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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