Html Css Color HEX #E197D3 Plum

📋 copy color: '#E197D3'

red 225 ◦ green 151 ◦ blue 211

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

Shades of Plum #E197D3

Tints of Plum #E197D3

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.72%

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

R = 38.33%
G = 25.72%
B = 35.95%

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

#E197D3 (or 0xE197D3) is known color: Plum. HEX triplet: E1, 97 and D3. RGB value is (225,151,211). Sum of RGB (Red+Green+Blue) = 225+151+211=587 (77% of max value = 765). Red value is 225 (88.28% from 255 or 38.33% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 225 - color contains mainly: red. Hex color #E197D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197D3 is #1E682C. Grayscale: #B3B3B3. Windows color (decimal): -1992749 or 13866977. OLE color: 13866977.

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

Color convert

RGB 225 151 211 -
CMYK 0 0.33 0.06 0.12
HSL 311.35º 0.55% 0.74% -
HSV(B) 311.35º 0.33% 0.88% -
XYZ 53.88 42.84 67.06 -
YUV 179.97 145.52 160.12 -
System Red Green Blue C M Y K H S L
Decimal 225 151 211 0 0.33 0.06 0.12 311.35 0.55 0.74
Hex E1 97 D3 0 21 6 C 137 37 4A
Octal 341 227 323 0 41 6 14 467 67 112
Binary 11100001 10010111 11010011 0 100001 110 1100 100110111 110111 1001010

Color Harmonies of #E197D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197D3

Black with #E197D3

Text Example


Text Example

White with #E197D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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