Html Css Color HEX #E595DD Plum

📋 copy color: '#E595DD'

red 229 ◦ green 149 ◦ blue 221

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

Shades of Plum #E595DD

Tints of Plum #E595DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 38.23%
G = 24.87%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#E595DD (or 0xE595DD) is known color: Plum. HEX triplet: E5, 95 and DD. RGB value is (229,149,221). Sum of RGB (Red+Green+Blue) = 229+149+221=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E595DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E595DD is #1A6A22. Grayscale: #B4B4B4. Windows color (decimal): -1731107 or 14521829. OLE color: 14521829.

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

Color convert

RGB 229 149 221 -
CMYK 0 0.35 0.03 0.10
HSL 306º 0.61% 0.74% -
HSV(B) 306º 0.35% 0.9% -
XYZ 56.11 43.37 73.82 -
YUV 181.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 229 149 221 0 0.35 0.03 0.10 306 0.61 0.74
Hex E5 95 DD 0 23 3 A 132 3D 4A
Octal 345 225 335 0 43 3 12 462 75 112
Binary 11100101 10010101 11011101 0 100011 11 1010 100110010 111101 1001010

Color Harmonies of #E595DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E595DD

Black with #E595DD

Text Example


Text Example

White with #E595DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E595DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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