Html Css Color HEX #E197D6 Plum

📋 copy color: '#E197D6'

red 225 ◦ green 151 ◦ blue 214

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

Shades of Plum #E197D6

Tints of Plum #E197D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.27%

R = 38.14%
G = 25.59%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E197D6 (or 0xE197D6) is known color: Plum. HEX triplet: E1, 97 and D6. RGB value is (225,151,214). Sum of RGB (Red+Green+Blue) = 225+151+214=590 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.14% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 225 - color contains mainly: red. Hex color #E197D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E197D6 is #1E6829. Grayscale: #B4B4B4. Windows color (decimal): -1992746 or 14063585. OLE color: 14063585.

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

Color convert

RGB 225 151 214 -
CMYK 0 0.33 0.05 0.12
HSL 308.92º 0.55% 0.74% -
HSV(B) 308.92º 0.33% 0.88% -
XYZ 54.26 43 69.06 -
YUV 180.31 147.02 159.88 -
System Red Green Blue C M Y K H S L
Decimal 225 151 214 0 0.33 0.05 0.12 308.92 0.55 0.74
Hex E1 97 D6 0 21 5 C 135 37 4A
Octal 341 227 326 0 41 5 14 465 67 112
Binary 11100001 10010111 11010110 0 100001 101 1100 100110101 110111 1001010

Color Harmonies of #E197D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E197D6

Black with #E197D6

Text Example


Text Example

White with #E197D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E197D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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