Html Css Color HEX #E196DB Plum

📋 copy color: '#E196DB'

red 225 ◦ green 150 ◦ blue 219

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

Shades of Plum #E196DB

Tints of Plum #E196DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.25%

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

R = 37.88%
G = 25.25%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E196DB (or 0xE196DB) is known color: Plum. HEX triplet: E1, 96 and DB. RGB value is (225,150,219). Sum of RGB (Red+Green+Blue) = 225+150+219=594 (78% of max value = 765). Red value is 225 (88.28% from 255 or 37.88% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 225 - color contains mainly: red. Hex color #E196DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196DB is #1E6924. Grayscale: #B4B4B4. Windows color (decimal): -1992997 or 14391009. OLE color: 14391009.

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

Color convert

RGB 225 150 219 -
CMYK 0 0.33 0.03 0.12
HSL 304.8º 0.56% 0.74% -
HSV(B) 304.8º 0.33% 0.88% -
XYZ 54.74 42.93 72.42 -
YUV 180.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 225 150 219 0 0.33 0.03 0.12 304.8 0.56 0.74
Hex E1 96 DB 0 21 3 C 131 38 4A
Octal 341 226 333 0 41 3 14 461 70 112
Binary 11100001 10010110 11011011 0 100001 11 1100 100110001 111000 1001010

Color Harmonies of #E196DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196DB

Black with #E196DB

Text Example


Text Example

White with #E196DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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