Html Css Color HEX #E196D1 Plum

📋 copy color: '#E196D1'

red 225 ◦ green 150 ◦ blue 209

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

Shades of Plum #E196D1

Tints of Plum #E196D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.79%

R = 38.53%
G = 25.68%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E196D1 (or 0xE196D1) is known color: Plum. HEX triplet: E1, 96 and D1. RGB value is (225,150,209). Sum of RGB (Red+Green+Blue) = 225+150+209=584 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.53% from 584); Green value is 150 (58.98% from 255 or 25.68% from 584); Blue value is 209 (82.03% from 255 or 35.79% from 584); Max value from RGB is 225 - color contains mainly: red. Hex color #E196D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196D1 is #1E692E. Grayscale: #B2B2B2. Windows color (decimal): -1993007 or 13735649. OLE color: 13735649.

HSL color Cylindrical-coordinate representation of color #E196D1: hue angle of 312.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 #E196D1 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 150 209 -
CMYK 0 0.33 0.07 0.12
HSL 312.8º 0.56% 0.74% -
HSV(B) 312.8º 0.33% 0.88% -
XYZ 53.47 42.42 65.69 -
YUV 179.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 225 150 209 0 0.33 0.07 0.12 312.8 0.56 0.74
Hex E1 96 D1 0 21 7 C 139 38 4A
Octal 341 226 321 0 41 7 14 471 70 112
Binary 11100001 10010110 11010001 0 100001 111 1100 100111001 111000 1001010

Color Harmonies of #E196D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196D1

Black with #E196D1

Text Example


Text Example

White with #E196D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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