Html Css Color HEX #E196E1 Plum

📋 copy color: '#E196E1'

red 225 ◦ green 150 ◦ blue 225

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

Shades of Plum #E196E1

Tints of Plum #E196E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.5%

R = 37.5%
G = 25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E196E1 (or 0xE196E1) is known color: Plum. HEX triplet: E1, 96 and E1. RGB value is (225,150,225). Sum of RGB (Red+Green+Blue) = 225+150+225=600 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.5% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E196E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196E1 is #1E691E. Grayscale: #B4B4B4. Windows color (decimal): -1992991 or 14784225. OLE color: 14784225.

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

Color convert

RGB 225 150 225 -
CMYK 0 0.33 0 0.12
HSL 300º 0.56% 0.74% -
HSV(B) 300º 0.33% 0.88% -
XYZ 55.55 43.26 76.66 -
YUV 180.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 225 150 225 0 0.33 0 0.12 300 0.56 0.74
Hex E1 96 E1 0 21 0 C 12C 38 4A
Octal 341 226 341 0 41 0 14 454 70 112
Binary 11100001 10010110 11100001 0 100001 0 1100 100101100 111000 1001010

Color Harmonies of #E196E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196E1

Black with #E196E1

Text Example


Text Example

White with #E196E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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