Html Css Color HEX #E196D7 Plum

📋 copy color: '#E196D7'

red 225 ◦ green 150 ◦ blue 215

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

Shades of Plum #E196D7

Tints of Plum #E196D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.44%

R = 38.14%
G = 25.42%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E196D7 (or 0xE196D7) is known color: Plum. HEX triplet: E1, 96 and D7. RGB value is (225,150,215). Sum of RGB (Red+Green+Blue) = 225+150+215=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 150 (58.98% from 255 or 25.42% from 590); Blue value is 215 (84.38% from 255 or 36.44% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E196D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196D7 is #1E6928. Grayscale: #B3B3B3. Windows color (decimal): -1993001 or 14128865. OLE color: 14128865.

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

Color convert

RGB 225 150 215 -
CMYK 0 0.33 0.04 0.12
HSL 308º 0.56% 0.74% -
HSV(B) 308º 0.33% 0.88% -
XYZ 54.22 42.73 69.68 -
YUV 179.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 225 150 215 0 0.33 0.04 0.12 308 0.56 0.74
Hex E1 96 D7 0 21 4 C 134 38 4A
Octal 341 226 327 0 41 4 14 464 70 112
Binary 11100001 10010110 11010111 0 100001 100 1100 100110100 111000 1001010

Color Harmonies of #E196D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196D7

Black with #E196D7

Text Example


Text Example

White with #E196D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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