Html Css Color HEX #E196E2 Plum

📋 copy color: '#E196E2'

red 225 ◦ green 150 ◦ blue 226

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

Shades of Plum #E196E2

Tints of Plum #E196E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.6%

R = 37.44%
G = 24.96%
B = 37.6%

CMYK

 C value IS 0.00

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#E196E2 (or 0xE196E2) is known color: Plum. HEX triplet: E1, 96 and E2. RGB value is (225,150,226). Sum of RGB (Red+Green+Blue) = 225+150+226=601 (79% of max value = 765). Red value is 225 (88.28% from 255 or 37.44% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 226 - color contains mainly: blue. Hex color #E196E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E196E2 is #1E691D. Grayscale: #B4B4B4. Windows color (decimal): -1992990 or 14849761. OLE color: 14849761.

HSL color Cylindrical-coordinate representation of color #E196E2: hue angle of 299.21º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E196E2 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 225 150 226 -
CMYK 0.00 0.34 0 0.11
HSL 299.21º 0.57% 0.74% -
HSV(B) 299.21º 0.34% 0.89% -
XYZ 55.69 43.31 77.38 -
YUV 181.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 225 150 226 0.00 0.34 0 0.11 299.21 0.57 0.74
Hex E1 96 E2 0 22 0 B 12B 39 4A
Octal 341 226 342 0 42 0 13 453 71 112
Binary 11100001 10010110 11100010 0 100010 0 1011 100101011 111001 1001010

Color Harmonies of #E196E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E196E2

Black with #E196E2

Text Example


Text Example

White with #E196E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E196E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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