Html Css Color HEX #E895DF Plum

📋 copy color: '#E895DF'

red 232 ◦ green 149 ◦ blue 223

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

Shades of Plum #E895DF

Tints of Plum #E895DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.92%

R = 38.41%
G = 24.67%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#E895DF (or 0xE895DF) is known color: Plum. HEX triplet: E8, 95 and DF. RGB value is (232,149,223). Sum of RGB (Red+Green+Blue) = 232+149+223=604 (80% of max value = 765). Red value is 232 (91.02% from 255 or 38.41% from 604); Green value is 149 (58.59% from 255 or 24.67% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 232 - color contains mainly: red. Hex color #E895DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895DF is #176A20. Grayscale: #B6B6B6. Windows color (decimal): -1534497 or 14652904. OLE color: 14652904.

HSL color Cylindrical-coordinate representation of color #E895DF: hue angle of 306.51º 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 #E895DF is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 149 223 -
CMYK 0 0.36 0.04 0.09
HSL 306.51º 0.64% 0.75% -
HSV(B) 306.51º 0.36% 0.91% -
XYZ 57.35 43.98 75.28 -
YUV 182.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 232 149 223 0 0.36 0.04 0.09 306.51 0.64 0.75
Hex E8 95 DF 0 24 4 9 133 40 4B
Octal 350 225 337 0 44 4 11 463 100 113
Binary 11101000 10010101 11011111 0 100100 100 1001 100110011 1000000 1001011

Color Harmonies of #E895DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E895DF

Black with #E895DF

Text Example


Text Example

White with #E895DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E895DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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