Html Css Color HEX #E196D3 Plum

📋 copy color: '#E196D3'

red 225 ◦ green 150 ◦ blue 211

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

Shades of Plum #E196D3

Tints of Plum #E196D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.01%

R = 38.4%
G = 25.6%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E196D3 (or 0xE196D3) is known color: Plum. HEX triplet: E1, 96 and D3. RGB value is (225,150,211). Sum of RGB (Red+Green+Blue) = 225+150+211=586 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.40% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 225 - color contains mainly: red. Hex color #E196D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196D3 is #1E692C. Grayscale: #B3B3B3. Windows color (decimal): -1993005 or 13866721. OLE color: 13866721.

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

Color convert

RGB 225 150 211 -
CMYK 0 0.33 0.06 0.12
HSL 311.2º 0.56% 0.74% -
HSV(B) 311.2º 0.33% 0.88% -
XYZ 53.72 42.52 67 -
YUV 179.38 145.85 160.54 -
System Red Green Blue C M Y K H S L
Decimal 225 150 211 0 0.33 0.06 0.12 311.2 0.56 0.74
Hex E1 96 D3 0 21 6 C 137 38 4A
Octal 341 226 323 0 41 6 14 467 70 112
Binary 11100001 10010110 11010011 0 100001 110 1100 100110111 111000 1001010

Color Harmonies of #E196D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196D3

Black with #E196D3

Text Example


Text Example

White with #E196D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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