Html Css Color HEX #E196D2 Plum

📋 copy color: '#E196D2'

red 225 ◦ green 150 ◦ blue 210

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

Shades of Plum #E196D2

Tints of Plum #E196D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.9%

R = 38.46%
G = 25.64%
B = 35.9%

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

#E196D2 (or 0xE196D2) is known color: Plum. HEX triplet: E1, 96 and D2. RGB value is (225,150,210). Sum of RGB (Red+Green+Blue) = 225+150+210=585 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.46% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 210 (82.42% from 255 or 35.90% from 585); Max value from RGB is 225 - color contains mainly: red. Hex color #E196D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196D2 is #1E692D. Grayscale: #B3B3B3. Windows color (decimal): -1993006 or 13801185. OLE color: 13801185.

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

Color convert

RGB 225 150 210 -
CMYK 0 0.33 0.07 0.12
HSL 312º 0.56% 0.74% -
HSV(B) 312º 0.33% 0.88% -
XYZ 53.59 42.47 66.35 -
YUV 179.27 145.35 160.62 -
System Red Green Blue C M Y K H S L
Decimal 225 150 210 0 0.33 0.07 0.12 312 0.56 0.74
Hex E1 96 D2 0 21 7 C 138 38 4A
Octal 341 226 322 0 41 7 14 470 70 112
Binary 11100001 10010110 11010010 0 100001 111 1100 100111000 111000 1001010

Color Harmonies of #E196D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196D2

Black with #E196D2

Text Example


Text Example

White with #E196D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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