Html Css Color HEX #E595DA Plum

📋 copy color: '#E595DA'

red 229 ◦ green 149 ◦ blue 218

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

Shades of Plum #E595DA

Tints of Plum #E595DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25%

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

R = 38.42%
G = 25%
B = 36.58%

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

#E595DA (or 0xE595DA) is known color: Plum. HEX triplet: E5, 95 and DA. RGB value is (229,149,218). Sum of RGB (Red+Green+Blue) = 229+149+218=596 (78% of max value = 765). Red value is 229 (89.84% from 255 or 38.42% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 229 - color contains mainly: red. Hex color #E595DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595DA is #1A6A25. Grayscale: #B4B4B4. Windows color (decimal): -1731110 or 14325221. OLE color: 14325221.

HSL color Cylindrical-coordinate representation of color #E595DA: hue angle of 308.25º 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 #E595DA is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 149 218 -
CMYK 0 0.35 0.05 0.10
HSL 308.25º 0.61% 0.74% -
HSV(B) 308.25º 0.35% 0.9% -
XYZ 55.72 43.21 71.73 -
YUV 180.79 149 162.39 -
System Red Green Blue C M Y K H S L
Decimal 229 149 218 0 0.35 0.05 0.10 308.25 0.61 0.74
Hex E5 95 DA 0 23 5 A 134 3D 4A
Octal 345 225 332 0 43 5 12 464 75 112
Binary 11100101 10010101 11011010 0 100011 101 1010 100110100 111101 1001010

Color Harmonies of #E595DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595DA

Black with #E595DA

Text Example


Text Example

White with #E595DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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