Html Css Color HEX #E895DB Plum

📋 copy color: '#E895DB'

red 232 ◦ green 149 ◦ blue 219

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

Shades of Plum #E895DB

Tints of Plum #E895DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.5%

R = 38.67%
G = 24.83%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E895DB (or 0xE895DB) is known color: Plum. HEX triplet: E8, 95 and DB. RGB value is (232,149,219). Sum of RGB (Red+Green+Blue) = 232+149+219=600 (79% of max value = 765). Red value is 232 (91.02% from 255 or 38.67% from 600); Green value is 149 (58.59% from 255 or 24.83% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 232 - color contains mainly: red. Hex color #E895DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E895DB is #176A24. Grayscale: #B5B5B5. Windows color (decimal): -1534501 or 14390760. OLE color: 14390760.

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

Color convert

RGB 232 149 219 -
CMYK 0 0.36 0.06 0.09
HSL 309.4º 0.64% 0.75% -
HSV(B) 309.4º 0.36% 0.91% -
XYZ 56.81 43.77 72.47 -
YUV 181.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 232 149 219 0 0.36 0.06 0.09 309.4 0.64 0.75
Hex E8 95 DB 0 24 6 9 135 40 4B
Octal 350 225 333 0 44 6 11 465 100 113
Binary 11101000 10010101 11011011 0 100100 110 1001 100110101 1000000 1001011

Color Harmonies of #E895DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E895DB

Black with #E895DB

Text Example


Text Example

White with #E895DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E895DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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