Html Css Color HEX #E195DB Plum

📋 copy color: '#E195DB'

red 225 ◦ green 149 ◦ blue 219

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

Shades of Plum #E195DB

Tints of Plum #E195DB

RGB

 RED value IS 225 (88.28% from 255) = 37.94%

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

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

R = 37.94%
G = 25.13%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E195DB (or 0xE195DB) is known color: Plum. HEX triplet: E1, 95 and DB. RGB value is (225,149,219). Sum of RGB (Red+Green+Blue) = 225+149+219=593 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.94% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 225 - color contains mainly: red. Hex color #E195DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E195DB is #1E6A24. Grayscale: #B3B3B3. Windows color (decimal): -1993253 or 14390753. OLE color: 14390753.

HSL color Cylindrical-coordinate representation of color #E195DB: hue angle of 304.74º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E195DB is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 149 219 -
CMYK 0 0.34 0.03 0.12
HSL 304.74º 0.56% 0.73% -
HSV(B) 304.74º 0.34% 0.88% -
XYZ 54.58 42.62 72.37 -
YUV 179.7 150.18 160.31 -
System Red Green Blue C M Y K H S L
Decimal 225 149 219 0 0.34 0.03 0.12 304.74 0.56 0.73
Hex E1 95 DB 0 22 3 C 131 38 49
Octal 341 225 333 0 42 3 14 461 70 111
Binary 11100001 10010101 11011011 0 100010 11 1100 100110001 111000 1001001

Color Harmonies of #E195DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E195DB

Black with #E195DB

Text Example


Text Example

White with #E195DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E195DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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