Html Css Color HEX #E895DC Plum

📋 copy color: '#E895DC'

red 232 ◦ green 149 ◦ blue 220

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

Shades of Plum #E895DC

Tints of Plum #E895DC

RGB

 RED value IS 232 (91.02% from 255) = 38.6%

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

 BLUE value IS 220 (86.33% from 255) = 36.61%

R = 38.6%
G = 24.79%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E895DC (or 0xE895DC) is known color: Plum. HEX triplet: E8, 95 and DC. RGB value is (232,149,220). Sum of RGB (Red+Green+Blue) = 232+149+220=601 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.60% from 601); Green value is 149 (58.59% from 255 or 24.79% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 232 - color contains mainly: red. Hex color #E895DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895DC is #176A23. Grayscale: #B5B5B5. Windows color (decimal): -1534500 or 14456296. OLE color: 14456296.

HSL color Cylindrical-coordinate representation of color #E895DC: hue angle of 308.67º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E895DC is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 149 220 -
CMYK 0 0.36 0.05 0.09
HSL 308.67º 0.64% 0.75% -
HSV(B) 308.67º 0.36% 0.91% -
XYZ 56.94 43.82 73.17 -
YUV 181.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 232 149 220 0 0.36 0.05 0.09 308.67 0.64 0.75
Hex E8 95 DC 0 24 5 9 135 40 4B
Octal 350 225 334 0 44 5 11 465 100 113
Binary 11101000 10010101 11011100 0 100100 101 1001 100110101 1000000 1001011

Color Harmonies of #E895DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E895DC

Black with #E895DC

Text Example


Text Example

White with #E895DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E895DC; }

 p { color: rgb(232,149,220); }

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

background-color css

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

 a { background-color: rgb(232,149,220); }

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

border-color css

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

 span { border-color: rgb(232,149,220); }

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