Html Css Color HEX #E594DA Plum

📋 copy color: '#E594DA'

red 229 ◦ green 148 ◦ blue 218

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

Shades of Plum #E594DA

Tints of Plum #E594DA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.87%

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

R = 38.49%
G = 24.87%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E594DA (or 0xE594DA) is known color: Plum. HEX triplet: E5, 94 and DA. RGB value is (229,148,218). Sum of RGB (Red+Green+Blue) = 229+148+218=595 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.49% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 229 - color contains mainly: red. Hex color #E594DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E594DA is #1A6B25. Grayscale: #B3B3B3. Windows color (decimal): -1731366 or 14324965. OLE color: 14324965.

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

Color convert

RGB 229 148 218 -
CMYK 0 0.35 0.05 0.10
HSL 308.15º 0.61% 0.74% -
HSV(B) 308.15º 0.35% 0.9% -
XYZ 55.56 42.9 71.68 -
YUV 180.2 149.34 162.81 -
System Red Green Blue C M Y K H S L
Decimal 229 148 218 0 0.35 0.05 0.10 308.15 0.61 0.74
Hex E5 94 DA 0 23 5 A 134 3D 4A
Octal 345 224 332 0 43 5 12 464 75 112
Binary 11100101 10010100 11011010 0 100011 101 1010 100110100 111101 1001010

Color Harmonies of #E594DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E594DA

Black with #E594DA

Text Example


Text Example

White with #E594DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E594DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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